#B0BF33

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

Shades of Bahia #B0BF33

Tints of Bahia #B0BF33

Color information

#B0BF33 (or 0xB0BF33) is unknown color: approx Bahia. HEX triplet: B0, BF and 33. RGB value is (176,191,51). Sum of RGB (Red+Green+Blue) = 176+191+51=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BF33 is #4F40CC. Grayscale: #ABABAB. Windows color (decimal): -5193933 or 3391408. OLE color: 3391408.

HSL color Cylindrical-coordinate representation of color #B0BF33: hue angle of 66.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0BF33 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB17619151-
CMYK0.0800.730.25
HSL66.43º57.85%47.45%-
HSV(B)66.43º73.3%74.9%-
XYZ37.1346.7310.19-
YUV170.5560.53131.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.11%
GREEN value IS 191 (75% from 255) = 45.69%
BLUE value IS 51 (20.31% from 255) = 12.20%
R=42.11%
G=45.69%
B=12.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176191510.0800.730.2566.4357.8547.45
HexB0BF33804919423a2f
Octal26027763100111311027257
Binary1011000010111111110011100001001001110011000010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BF33; }

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

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

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

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

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

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

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

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