#B1BA1C

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

Shades of Bahia #B1BA1C

Tints of Bahia #B1BA1C

Color information

#B1BA1C (or 0xB1BA1C) is unknown color: approx Bahia. HEX triplet: B1, BA and 1C. RGB value is (177,186,28). Sum of RGB (Red+Green+Blue) = 177+186+28=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 28 (11.33% from 255 or 7.16% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BA1C is #4E45E3. Grayscale: #A5A5A5. Windows color (decimal): -5129700 or 1882801. OLE color: 1882801.

HSL color Cylindrical-coordinate representation of color #B1BA1C: hue angle of 63.42º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1BA1C is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB17718628-
CMYK0.0500.850.27
HSL63.42º73.83%41.96%-
HSV(B)63.42º84.95%72.94%-
XYZ35.944.557.81-
YUV165.350.52136.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.27%
GREEN value IS 186 (73.05% from 255) = 47.57%
BLUE value IS 28 (11.33% from 255) = 7.16%
R=45.27%
G=47.57%
B=7.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177186280.0500.850.2763.4273.8341.96
HexB1BA1C50551B3f4a2a
Octal2612723450125337711252
Binary10110001101110101110010101010101110111111111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BA1C; }

 p { color: rgb(177,186,28); }

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

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

 a { background-color: rgb(177,186,28); }

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

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

 span { border-color: rgb(177,186,28); }

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