#B1BD1E

Color #B1BD1E Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #B1BD1E

Tints of Bahia #B1BD1E

Color information

#B1BD1E (or 0xB1BD1E) is unknown color: approx Bahia. HEX triplet: B1, BD and 1E. RGB value is (177,189,30). Sum of RGB (Red+Green+Blue) = 177+189+30=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BD1E is #4E42E1. Grayscale: #A7A7A7. Windows color (decimal): -5128930 or 2014641. OLE color: 2014641.

HSL color Cylindrical-coordinate representation of color #B1BD1E: hue angle of 64.53º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1BD1E is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB17718930-
CMYK0.0600.840.26
HSL64.53º72.6%42.94%-
HSV(B)64.53º84.13%74.12%-
XYZ36.5645.848.15-
YUV167.2950.52134.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 44.70%
GREEN value IS 189 (74.22% from 255) = 47.73%
BLUE value IS 30 (12.11% from 255) = 7.58%
R=44.70%
G=47.73%
B=7.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177189300.0600.840.2664.5372.642.94
HexB1BD1E60541A41492b
Octal26127536601243210111153
Binary101100011011110111110110010101001101010000011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BD1E; }

 p { color: rgb(177,189,30); }

 H1.HeaderClassName
 {
   color: #B1BD1E;
 }
 .AnyTagClassName
 {
   color: #B1BD1E;
 }
</style>
background-color css

<style>
 a { background-color: #B1BD1E; }

 a { background-color: rgb(177,189,30); }

 div.DivClassName
 {
   background-color: #B1BD1E;
 }
 .BgClassName
 {
   background-color: #B1BD1E;
 }
</style>
border-color css

<style>
 span { border-color: #B1BD1E; }

 span { border-color: rgb(177,189,30); }

 td.TdClassName
 {
   border-color: #B1BD1E;
 }
 .TagClassName
 {
   border-color: #B1BD1E;
 }
</style>