#BCC069

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

Shades of Dark Khaki #BCC069

Tints of Dark Khaki #BCC069

Color information

#BCC069 (or 0xBCC069) is unknown color: approx Dark Khaki. HEX triplet: BC, C0 and 69. RGB value is (188,192,105). Sum of RGB (Red+Green+Blue) = 188+192+105=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC069 is #433F96. Grayscale: #B5B5B5. Windows color (decimal): -4407191 or 6930620. OLE color: 6930620.

HSL color Cylindrical-coordinate representation of color #BCC069: hue angle of 62.76º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCC069 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB188192105-
CMYK0.0200.450.25
HSL62.76º40.85%58.24%-
HSV(B)62.76º45.31%75.29%-
XYZ42.1449.4120.68-
YUV180.8985.17133.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 192 (75.39% from 255) = 39.59%
BLUE value IS 105 (41.41% from 255) = 21.65%
R=38.76%
G=39.59%
B=21.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881921050.0200.450.2562.7640.8558.24
HexBCC069202D193f293a
Octal274300151205531775172
Binary1011110011000000110100110010110111001111111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC069; }

 p { color: rgb(188,192,105); }

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

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

 a { background-color: rgb(188,192,105); }

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

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

 span { border-color: rgb(188,192,105); }

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