#BBB966

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

Shades of Dark Khaki #BBB966

Tints of Dark Khaki #BBB966

Color information

#BBB966 (or 0xBBB966) is unknown color: approx Dark Khaki. HEX triplet: BB, B9 and 66. RGB value is (187,185,102). Sum of RGB (Red+Green+Blue) = 187+185+102=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB966 is #444699. Grayscale: #B0B0B0. Windows color (decimal): -4474522 or 6732219. OLE color: 6732219.

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

Color convert

RGB187185102-
CMYK00.010.450.27
HSL58.59º38.46%56.67%-
HSV(B)58.59º45.45%73.33%-
XYZ40.2446.2219.37-
YUV176.1486.16135.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.45%
GREEN value IS 185 (72.66% from 255) = 39.03%
BLUE value IS 102 (40.23% from 255) = 21.52%
R=39.45%
G=39.03%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718510200.010.450.2758.5938.4656.67
HexBBB966012D1B3b2639
Octal273271146015533734671
Binary101110111011100111001100110110111011111011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB966; }

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

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

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

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

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

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

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

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