#BCC06A

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

Shades of Dark Khaki #BCC06A

Tints of Dark Khaki #BCC06A

Color information

#BCC06A (or 0xBCC06A) is unknown color: approx Dark Khaki. HEX triplet: BC, C0 and 6A. RGB value is (188,192,106). Sum of RGB (Red+Green+Blue) = 188+192+106=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC06A is #433F95. Grayscale: #B5B5B5. Windows color (decimal): -4407190 or 6996156. OLE color: 6996156.

HSL color Cylindrical-coordinate representation of color #BCC06A: hue angle of 62.79º 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 #BCC06A is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB188192106-
CMYK0.0200.450.25
HSL62.79º40.57%58.43%-
HSV(B)62.79º44.79%75.29%-
XYZ42.1949.4320.95-
YUV18185.67132.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 192 (75.39% from 255) = 39.51%
BLUE value IS 106 (41.80% from 255) = 21.81%
R=38.68%
G=39.51%
B=21.81%

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
Decimal1881921060.0200.450.2562.7940.5758.43
HexBCC06A202D193f293a
Octal274300152205531775172
Binary1011110011000000110101010010110111001111111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC06A; }

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

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

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

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

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

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

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

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