#BBBD6D

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

Shades of Dark Khaki #BBBD6D

Tints of Dark Khaki #BBBD6D

Color information

#BBBD6D (or 0xBBBD6D) is unknown color: approx Dark Khaki. HEX triplet: BB, BD and 6D. RGB value is (187,189,109). Sum of RGB (Red+Green+Blue) = 187+189+109=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBD6D is #444292. Grayscale: #B3B3B3. Windows color (decimal): -4473491 or 7191995. OLE color: 7191995.

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

Color convert

RGB187189109-
CMYK0.0100.420.26
HSL61.5º37.74%58.43%-
HSV(B)61.5º42.33%74.12%-
XYZ41.4548.0621.56-
YUV179.2888.34133.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.56%
GREEN value IS 189 (74.22% from 255) = 38.97%
BLUE value IS 109 (42.97% from 255) = 22.47%
R=38.56%
G=38.97%
B=22.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871891090.0100.420.2661.537.7458.43
HexBBBD6D102A1A3e263a
Octal273275155105232764672
Binary101110111011110111011011010101011010111110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBD6D; }

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

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

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

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

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

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

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

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