#B0BA1B

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

Shades of Bahia #B0BA1B

Tints of Bahia #B0BA1B

Color information

#B0BA1B (or 0xB0BA1B) is unknown color: approx Bahia. HEX triplet: B0, BA and 1B. RGB value is (176,186,27). Sum of RGB (Red+Green+Blue) = 176+186+27=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 27 (10.94% from 255 or 6.94% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BA1B is #4F45E4. Grayscale: #A5A5A5. Windows color (decimal): -5195237 or 1817264. OLE color: 1817264.

HSL color Cylindrical-coordinate representation of color #B0BA1B: hue angle of 63.77º degrees, saturation: 0.75, 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 #B0BA1B is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB17618627-
CMYK0.0500.850.27
HSL63.77º74.65%41.76%-
HSV(B)63.77º85.48%72.94%-
XYZ35.6644.437.73-
YUV164.8850.19135.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 186 (73.05% from 255) = 47.81%
BLUE value IS 27 (10.94% from 255) = 6.94%
R=45.24%
G=47.81%
B=6.94%

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
Decimal176186270.0500.850.2763.7774.6541.76
HexB0BA1B50551B404b2a
Octal26027233501253310011352
Binary101100001011101011011101010101011101110000001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BA1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BA1B; }

 p { color: rgb(176,186,27); }

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

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

 a { background-color: rgb(176,186,27); }

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

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

 span { border-color: rgb(176,186,27); }

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