#B6BB60

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

Shades of Olive Green #B6BB60

Tints of Olive Green #B6BB60

Color information

#B6BB60 (or 0xB6BB60) is unknown color: approx Olive Green. HEX triplet: B6, BB and 60. RGB value is (182,187,96). Sum of RGB (Red+Green+Blue) = 182+187+96=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #B6BB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BB60 is #49449F. Grayscale: #AFAFAF. Windows color (decimal): -4801696 or 6339510. OLE color: 6339510.

HSL color Cylindrical-coordinate representation of color #B6BB60: hue angle of 63.3º 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 #B6BB60 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB18218796-
CMYK0.0300.490.27
HSL63.3º40.09%55.49%-
HSV(B)63.3º48.66%73.33%-
XYZ39.1746.3317.94-
YUV175.1383.34132.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.14%
GREEN value IS 187 (73.44% from 255) = 40.22%
BLUE value IS 96 (37.89% from 255) = 20.65%
R=39.14%
G=40.22%
B=20.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182187960.0300.490.2763.340.0955.49
HexB6BB6030311B3f2837
Octal266273140306133775067
Binary1011011010111011110000011011000111011111111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BB60; }

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

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

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

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

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

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

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

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