#BBB658

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

Shades of Olive Green #BBB658

Tints of Olive Green #BBB658

Color information

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

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

Color convert

RGB18718288-
CMYK00.030.530.27
HSL56.97º42.13%53.92%-
HSV(B)56.97º52.94%73.33%-
XYZ38.9844.7315.81-
YUV172.7880.16138.14-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871828800.030.530.2756.9742.1353.92
HexBBB65803351B392a36
Octal273266130036533715266
Binary1011101110110110101100001111010111011111001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB658; }

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

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

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

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

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

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

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

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