#bbbe5a

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

Shades of Olive Green #BBBE5A

Tints of Olive Green #BBBE5A

Color information

#BBBE5A (or 0xBBBE5A) is unknown color: approx Olive Green. HEX triplet: BB, BE and 5A. RGB value is (187,190,90). Sum of RGB (Red+Green+Blue) = 187+190+90=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBE5A is #4441A5. Grayscale: #B2B2B2. Windows color (decimal): -4473254 or 5947067. OLE color: 5947067.

HSL color Cylindrical-coordinate representation of color #BBBE5A: hue angle of 61.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBBE5A is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB18719090-
CMYK0.0200.530.25
HSL61.8º43.48%54.9%-
HSV(B)61.8º52.63%74.51%-
XYZ40.7548.1316.81-
YUV177.778.51134.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 190 (74.61% from 255) = 40.69%
BLUE value IS 90 (35.55% from 255) = 19.27%
R=40.04%
G=40.69%
B=19.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187190900.0200.530.2561.843.4854.9
HexBBBE5A2035193e2b37
Octal273276132206531765367
Binary1011101110111110101101010011010111001111110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbbe5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbbe5a; }

 p { color: rgb(187,190,90); }

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

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

 a { background-color: rgb(187,190,90); }

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

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

 span { border-color: rgb(187,190,90); }

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