#B4BB5C

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

Shades of Olive Green #B4BB5C

Tints of Olive Green #B4BB5C

Color information

#B4BB5C (or 0xB4BB5C) is unknown color: approx Olive Green. HEX triplet: B4, BB and 5C. RGB value is (180,187,92). Sum of RGB (Red+Green+Blue) = 180+187+92=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BB5C is #4B44A3. Grayscale: #AEAEAE. Windows color (decimal): -4932772 or 6077364. OLE color: 6077364.

HSL color Cylindrical-coordinate representation of color #B4BB5C: hue angle of 64.42º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B4BB5C is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18018792-
CMYK0.0400.510.27
HSL64.42º41.13%54.71%-
HSV(B)64.42º50.8%73.33%-
XYZ38.5246.0216.98-
YUV174.0881.68132.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 187 (73.44% from 255) = 40.74%
BLUE value IS 92 (36.33% from 255) = 20.04%
R=39.22%
G=40.74%
B=20.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180187920.0400.510.2764.4241.1354.71
HexB4BB5C40331B402937
Octal2642731344063331005167
Binary101101001011101110111001000110011110111000000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BB5C; }

 p { color: rgb(180,187,92); }

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

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

 a { background-color: rgb(180,187,92); }

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

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

 span { border-color: rgb(180,187,92); }

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