#B2BF33

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

Shades of Bahia #B2BF33

Tints of Bahia #B2BF33

Color information

#B2BF33 (or 0xB2BF33) is unknown color: approx Bahia. HEX triplet: B2, BF and 33. RGB value is (178,191,51). Sum of RGB (Red+Green+Blue) = 178+191+51=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BF33 is #4D40CC. Grayscale: #ABABAB. Windows color (decimal): -5062861 or 3391410. OLE color: 3391410.

HSL color Cylindrical-coordinate representation of color #B2BF33: hue angle of 65.57º 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 #B2BF33 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB17819151-
CMYK0.0700.730.25
HSL65.57º57.85%47.45%-
HSV(B)65.57º73.3%74.9%-
XYZ37.5946.9710.22-
YUV171.1560.19132.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.38%
GREEN value IS 191 (75% from 255) = 45.48%
BLUE value IS 51 (20.31% from 255) = 12.14%
R=42.38%
G=45.48%
B=12.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178191510.0700.730.2565.5757.8547.45
HexB2BF33704919423a2f
Octal2622776370111311027257
Binary101100101011111111001111101001001110011000010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BF33; }

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

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

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

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

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

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

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

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