#BCC16E

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

Shades of Dark Khaki #BCC16E

Tints of Dark Khaki #BCC16E

Color information

#BCC16E (or 0xBCC16E) is unknown color: approx Dark Khaki. HEX triplet: BC, C1 and 6E. RGB value is (188,193,110). Sum of RGB (Red+Green+Blue) = 188+193+110=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC16E is #433E91. Grayscale: #B6B6B6. Windows color (decimal): -4406930 or 7258556. OLE color: 7258556.

HSL color Cylindrical-coordinate representation of color #BCC16E: hue angle of 63.61º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCC16E is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB188193110-
CMYK0.0300.430.24
HSL63.61º40.1%59.41%-
HSV(B)63.61º43.01%75.69%-
XYZ42.6249.9622.15-
YUV182.0487.34132.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 193 (75.78% from 255) = 39.31%
BLUE value IS 110 (43.36% from 255) = 22.40%
R=38.29%
G=39.31%
B=22.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881931100.0300.430.2463.6140.159.41
HexBCC16E302B1840283b
Octal2743011563053301005073
Binary10111100110000011101110110101011110001000000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC16E; }

 p { color: rgb(188,193,110); }

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

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

 a { background-color: rgb(188,193,110); }

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

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

 span { border-color: rgb(188,193,110); }

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