#BBB96E

Color #BBB96E Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BBB96E

Tints of Dark Khaki #BBB96E

Color information

#BBB96E (or 0xBBB96E) is unknown color: approx Dark Khaki. HEX triplet: BB, B9 and 6E. RGB value is (187,185,110). Sum of RGB (Red+Green+Blue) = 187+185+110=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB96E is #444691. Grayscale: #B1B1B1. Windows color (decimal): -4474514 or 7256507. OLE color: 7256507.

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

Color convert

RGB187185110-
CMYK00.010.410.27
HSL58.44º36.15%58.24%-
HSV(B)58.44º41.18%73.33%-
XYZ40.6646.3921.56-
YUV177.0590.16135.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.80%
GREEN value IS 185 (72.66% from 255) = 38.38%
BLUE value IS 110 (43.36% from 255) = 22.82%
R=38.80%
G=38.38%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718511000.010.410.2758.4436.1558.24
HexBBB96E01291B3a243a
Octal273271156015133724472
Binary101110111011100111011100110100111011111010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB96E; }

 p { color: rgb(187,185,110); }

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

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

 a { background-color: rgb(187,185,110); }

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

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

 span { border-color: rgb(187,185,110); }

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