#B7BB60

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

Shades of Olive Green #B7BB60

Tints of Olive Green #B7BB60

Color information

#B7BB60 (or 0xB7BB60) is unknown color: approx Olive Green. HEX triplet: B7, BB and 60. RGB value is (183,187,96). Sum of RGB (Red+Green+Blue) = 183+187+96=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 187 - color contains mainly: green. Hex color #B7BB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BB60 is #48449F. Grayscale: #AFAFAF. Windows color (decimal): -4736160 or 6339511. OLE color: 6339511.

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

Color convert

RGB18318796-
CMYK0.0200.490.27
HSL62.64º40.09%55.49%-
HSV(B)62.64º48.66%73.33%-
XYZ39.4146.4517.96-
YUV175.4383.17133.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.27%
GREEN value IS 187 (73.44% from 255) = 40.13%
BLUE value IS 96 (37.89% from 255) = 20.60%
R=39.27%
G=40.13%
B=20.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183187960.0200.490.2762.6440.0955.49
HexB7BB6020311B3f2837
Octal267273140206133775067
Binary1011011110111011110000010011000111011111111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BB60; }

 p { color: rgb(183,187,96); }

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

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

 a { background-color: rgb(183,187,96); }

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

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

 span { border-color: rgb(183,187,96); }

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