#BCC06C

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

Shades of Dark Khaki #BCC06C

Tints of Dark Khaki #BCC06C

Color information

#BCC06C (or 0xBCC06C) is unknown color: approx Dark Khaki. HEX triplet: BC, C0 and 6C. RGB value is (188,192,108). Sum of RGB (Red+Green+Blue) = 188+192+108=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC06C is #433F93. Grayscale: #B5B5B5. Windows color (decimal): -4407188 or 7127228. OLE color: 7127228.

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

Color convert

RGB188192108-
CMYK0.0200.440.25
HSL62.86º40%58.82%-
HSV(B)62.86º43.75%75.29%-
XYZ42.349.4721.51-
YUV181.2386.67132.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.52%
GREEN value IS 192 (75.39% from 255) = 39.34%
BLUE value IS 108 (42.58% from 255) = 22.13%
R=38.52%
G=39.34%
B=22.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881921080.0200.440.2562.864058.82
HexBCC06C202C193f283b
Octal274300154205431775073
Binary1011110011000000110110010010110011001111111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC06C; }

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

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

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

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

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

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

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

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