#bcc06f

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

Shades of Dark Khaki #BCC06F

Tints of Dark Khaki #BCC06F

Color information

#BCC06F (or 0xBCC06F) is unknown color: approx Dark Khaki. HEX triplet: BC, C0 and 6F. RGB value is (188,192,111). Sum of RGB (Red+Green+Blue) = 188+192+111=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 111 (43.75% from 255 or 22.61% from 491); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC06F is #433F90. Grayscale: #B5B5B5. Windows color (decimal): -4407185 or 7323836. OLE color: 7323836.

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

Color convert

RGB188192111-
CMYK0.0200.420.25
HSL62.96º39.13%59.41%-
HSV(B)62.96º42.19%75.29%-
XYZ42.4649.5422.36-
YUV181.5788.17132.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 192 (75.39% from 255) = 39.10%
BLUE value IS 111 (43.75% from 255) = 22.61%
R=38.29%
G=39.10%
B=22.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881921110.0200.420.2562.9639.1359.41
HexBCC06F202A193f273b
Octal274300157205231774773
Binary1011110011000000110111110010101011001111111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcc06f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcc06f; }

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

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

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

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

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

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

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

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