#BBB96D

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

Shades of Dark Khaki #BBB96D

Tints of Dark Khaki #BBB96D

Color information

#BBB96D (or 0xBBB96D) is unknown color: approx Dark Khaki. HEX triplet: BB, B9 and 6D. RGB value is (187,185,109). Sum of RGB (Red+Green+Blue) = 187+185+109=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB96D is #444692. Grayscale: #B1B1B1. Windows color (decimal): -4474515 or 7190971. OLE color: 7190971.

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

Color convert

RGB187185109-
CMYK00.010.420.27
HSL58.46º36.45%58.04%-
HSV(B)58.46º41.71%73.33%-
XYZ40.646.3721.28-
YUV176.9389.66135.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 185 (72.66% from 255) = 38.46%
BLUE value IS 109 (42.97% from 255) = 22.66%
R=38.88%
G=38.46%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718510900.010.420.2758.4636.4558.04
HexBBB96D012A1B3a243a
Octal273271155015233724472
Binary101110111011100111011010110101011011111010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB96D; }

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

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

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

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

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

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

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

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