#BBBD6C

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

Shades of Dark Khaki #BBBD6C

Tints of Dark Khaki #BBBD6C

Color information

#BBBD6C (or 0xBBBD6C) is unknown color: approx Dark Khaki. HEX triplet: BB, BD and 6C. RGB value is (187,189,108). Sum of RGB (Red+Green+Blue) = 187+189+108=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBD6C is #444293. Grayscale: #B3B3B3. Windows color (decimal): -4473492 or 7126459. OLE color: 7126459.

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

Color convert

RGB187189108-
CMYK0.0100.430.26
HSL61.48º38.03%58.24%-
HSV(B)61.48º42.86%74.12%-
XYZ41.448.0421.28-
YUV179.1787.84133.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.64%
GREEN value IS 189 (74.22% from 255) = 39.05%
BLUE value IS 108 (42.58% from 255) = 22.31%
R=38.64%
G=39.05%
B=22.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871891080.0100.430.2661.4838.0358.24
HexBBBD6C102B1A3d263a
Octal273275154105332754672
Binary101110111011110111011001010101111010111101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBD6C; }

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

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

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

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

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

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

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

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