#B0BA1D

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

Shades of Bahia #B0BA1D

Tints of Bahia #B0BA1D

Color information

#B0BA1D (or 0xB0BA1D) is unknown color: approx Bahia. HEX triplet: B0, BA and 1D. RGB value is (176,186,29). Sum of RGB (Red+Green+Blue) = 176+186+29=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BA1D is #4F45E2. Grayscale: #A5A5A5. Windows color (decimal): -5195235 or 1948336. OLE color: 1948336.

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

Color convert

RGB17618629-
CMYK0.0500.840.27
HSL63.82º73.02%42.16%-
HSV(B)63.82º84.41%72.94%-
XYZ35.6944.447.86-
YUV165.1151.19135.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.01%
GREEN value IS 186 (73.05% from 255) = 47.57%
BLUE value IS 29 (11.72% from 255) = 7.42%
R=45.01%
G=47.57%
B=7.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176186290.0500.840.2763.8273.0242.16
HexB0BA1D50541B40492a
Octal26027235501243310011152
Binary101100001011101011101101010101001101110000001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BA1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BA1D; }

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

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

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

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

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

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

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

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