#B2BB63

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

Shades of Olive Green #B2BB63

Tints of Olive Green #B2BB63

Color information

#B2BB63 (or 0xB2BB63) is unknown color: approx Olive Green. HEX triplet: B2, BB and 63. RGB value is (178,187,99). Sum of RGB (Red+Green+Blue) = 178+187+99=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BB63 is #4D449C. Grayscale: #AEAEAE. Windows color (decimal): -5063837 or 6536114. OLE color: 6536114.

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

Color convert

RGB17818799-
CMYK0.0500.470.27
HSL66.14º39.29%56.08%-
HSV(B)66.14º47.06%73.33%-
XYZ38.3845.9118.64-
YUV174.2885.52130.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.36%
GREEN value IS 187 (73.44% from 255) = 40.30%
BLUE value IS 99 (39.06% from 255) = 21.34%
R=38.36%
G=40.30%
B=21.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178187990.0500.470.2766.1439.2956.08
HexB2BB63502F1B422738
Octal2622731435057331024770
Binary101100101011101111000111010101111110111000010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BB63; }

 p { color: rgb(178,187,99); }

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

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

 a { background-color: rgb(178,187,99); }

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

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

 span { border-color: rgb(178,187,99); }

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