#bec16f

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

Shades of Dark Khaki #BEC16F

Tints of Dark Khaki #BEC16F

Color information

#BEC16F (or 0xBEC16F) is unknown color: approx Dark Khaki. HEX triplet: BE, C1 and 6F. RGB value is (190,193,111). Sum of RGB (Red+Green+Blue) = 190+193+111=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC16F is #413E90. Grayscale: #B7B7B7. Windows color (decimal): -4275857 or 7324094. OLE color: 7324094.

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

Color convert

RGB190193111-
CMYK0.0200.420.24
HSL62.2º39.81%59.61%-
HSV(B)62.2º42.49%75.69%-
XYZ43.1750.2322.46-
YUV182.7687.51133.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 193 (75.78% from 255) = 39.07%
BLUE value IS 111 (43.75% from 255) = 22.47%
R=38.46%
G=39.07%
B=22.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901931110.0200.420.2462.239.8159.61
HexBEC16F202A183e283c
Octal276301157205230765074
Binary1011111011000001110111110010101011000111110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bec16f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bec16f; }

 p { color: rgb(190,193,111); }

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

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

 a { background-color: rgb(190,193,111); }

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

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

 span { border-color: rgb(190,193,111); }

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