#BBB44D

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

Shades of Olive Green #BBB44D

Tints of Olive Green #BBB44D

Color information

#BBB44D (or 0xBBB44D) is unknown color: approx Olive Green. HEX triplet: BB, B4 and 4D. RGB value is (187,180,77). Sum of RGB (Red+Green+Blue) = 187+180+77=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB44D is #444BB2. Grayscale: #AAAAAA. Windows color (decimal): -4475827 or 5092539. OLE color: 5092539.

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

Color convert

RGB18718077-
CMYK00.040.590.27
HSL56.18º44.72%51.76%-
HSV(B)56.18º58.82%73.33%-
XYZ38.1543.7413.45-
YUV170.3575.32139.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.12%
GREEN value IS 180 (70.70% from 255) = 40.54%
BLUE value IS 77 (30.47% from 255) = 17.34%
R=42.12%
G=40.54%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871807700.040.590.2756.1844.7251.76
HexBBB44D043B1B382d34
Octal273264115047333705564
Binary10111011101101001001101010011101111011111000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB44D; }

 p { color: rgb(187,180,77); }

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

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

 a { background-color: rgb(187,180,77); }

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

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

 span { border-color: rgb(187,180,77); }

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