#B0BA33

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

Shades of Bahia #B0BA33

Tints of Bahia #B0BA33

Color information

#B0BA33 (or 0xB0BA33) is unknown color: approx Bahia. HEX triplet: B0, BA and 33. RGB value is (176,186,51). Sum of RGB (Red+Green+Blue) = 176+186+51=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 51 (20.31% from 255 or 12.35% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BA33 is #4F45CC. Grayscale: #A8A8A8. Windows color (decimal): -5195213 or 3390128. OLE color: 3390128.

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

Color convert

RGB17618651-
CMYK0.0500.730.27
HSL64.44º56.96%46.47%-
HSV(B)64.44º72.58%72.94%-
XYZ36.0644.599.84-
YUV167.6262.19133.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.62%
GREEN value IS 186 (73.05% from 255) = 45.04%
BLUE value IS 51 (20.31% from 255) = 12.35%
R=42.62%
G=45.04%
B=12.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176186510.0500.730.2764.4456.9646.47
HexB0BA3350491B40392e
Octal2602726350111331007156
Binary101100001011101011001110101001001110111000000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BA33; }

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

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

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

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

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

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

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

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