#B6BB58

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

Shades of Olive Green #B6BB58

Tints of Olive Green #B6BB58

Color information

#B6BB58 (or 0xB6BB58) is unknown color: approx Olive Green. HEX triplet: B6, BB and 58. RGB value is (182,187,88). Sum of RGB (Red+Green+Blue) = 182+187+88=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 88 (34.77% from 255 or 19.26% from 457); Max value from RGB is 187 - color contains mainly: green. Hex color #B6BB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BB58 is #4944A7. Grayscale: #AEAEAE. Windows color (decimal): -4801704 or 5815222. OLE color: 5815222.

HSL color Cylindrical-coordinate representation of color #B6BB58: hue angle of 63.03º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B6BB58 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB18218788-
CMYK0.0300.530.27
HSL63.03º42.13%53.92%-
HSV(B)63.03º52.94%73.33%-
XYZ38.8246.1916.1-
YUV174.2279.34133.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 187 (73.44% from 255) = 40.92%
BLUE value IS 88 (34.77% from 255) = 19.26%
R=39.82%
G=40.92%
B=19.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182187880.0300.530.2763.0342.1353.92
HexB6BB5830351B3f2a36
Octal266273130306533775266
Binary1011011010111011101100011011010111011111111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BB58; }

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

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

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

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

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

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

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

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