#BCC16D

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

Shades of Dark Khaki #BCC16D

Tints of Dark Khaki #BCC16D

Color information

#BCC16D (or 0xBCC16D) is unknown color: approx Dark Khaki. HEX triplet: BC, C1 and 6D. RGB value is (188,193,109). Sum of RGB (Red+Green+Blue) = 188+193+109=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC16D is #433E92. Grayscale: #B6B6B6. Windows color (decimal): -4406931 or 7193020. OLE color: 7193020.

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

Color convert

RGB188193109-
CMYK0.0300.440.24
HSL63.57º40.38%59.22%-
HSV(B)63.57º43.52%75.69%-
XYZ42.5749.9421.86-
YUV181.9386.84132.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.37%
GREEN value IS 193 (75.78% from 255) = 39.39%
BLUE value IS 109 (42.97% from 255) = 22.24%
R=38.37%
G=39.39%
B=22.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881931090.0300.440.2463.5740.3859.22
HexBCC16D302C1840283b
Octal2743011553054301005073
Binary10111100110000011101101110101100110001000000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC16D; }

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

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

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

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

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

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

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

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