#BBB75E

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

Shades of Olive Green #BBB75E

Tints of Olive Green #BBB75E

Color information

#BBB75E (or 0xBBB75E) is unknown color: approx Olive Green. HEX triplet: BB, B7 and 5E. RGB value is (187,183,94). Sum of RGB (Red+Green+Blue) = 187+183+94=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB75E is #4448A1. Grayscale: #AEAEAE. Windows color (decimal): -4475042 or 6207419. OLE color: 6207419.

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

Color convert

RGB18718394-
CMYK00.020.500.27
HSL57.42º40.61%55.1%-
HSV(B)57.42º49.73%73.33%-
XYZ39.4545.2417.24-
YUV174.0582.83137.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 183 (71.88% from 255) = 39.44%
BLUE value IS 94 (37.11% from 255) = 20.26%
R=40.30%
G=39.44%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871839400.020.500.2757.4240.6155.1
HexBBB75E02321B392937
Octal273267136026233715167
Binary1011101110110111101111001011001011011111001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB75E; }

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

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

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

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

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

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

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

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