#BBB64E

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

Shades of Olive Green #BBB64E

Tints of Olive Green #BBB64E

Color information

#BBB64E (or 0xBBB64E) is unknown color: approx Olive Green. HEX triplet: BB, B6 and 4E. RGB value is (187,182,78). Sum of RGB (Red+Green+Blue) = 187+182+78=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 78 (30.86% from 255 or 17.45% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB64E is #4449B1. Grayscale: #ACACAC. Windows color (decimal): -4475314 or 5158587. OLE color: 5158587.

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

Color convert

RGB18718278-
CMYK00.030.580.27
HSL57.25º44.49%51.96%-
HSV(B)57.25º58.29%73.33%-
XYZ38.644.5713.78-
YUV171.6475.16138.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.83%
GREEN value IS 182 (71.48% from 255) = 40.72%
BLUE value IS 78 (30.86% from 255) = 17.45%
R=41.83%
G=40.72%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871827800.030.580.2757.2544.4951.96
HexBBB64E033A1B392c34
Octal273266116037233715464
Binary1011101110110110100111001111101011011111001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB64E; }

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

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

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

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

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

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

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

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