#BEC16A

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

Shades of Dark Khaki #BEC16A

Tints of Dark Khaki #BEC16A

Color information

#BEC16A (or 0xBEC16A) is unknown color: approx Dark Khaki. HEX triplet: BE, C1 and 6A. RGB value is (190,193,106). Sum of RGB (Red+Green+Blue) = 190+193+106=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC16A is #413E95. Grayscale: #B6B6B6. Windows color (decimal): -4275862 or 6996414. OLE color: 6996414.

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

Color convert

RGB190193106-
CMYK0.0200.450.24
HSL62.07º41.23%58.63%-
HSV(B)62.07º45.08%75.69%-
XYZ42.9150.1321.05-
YUV182.1885.01133.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.85%
GREEN value IS 193 (75.78% from 255) = 39.47%
BLUE value IS 106 (41.80% from 255) = 21.68%
R=38.85%
G=39.47%
B=21.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901931060.0200.450.2462.0741.2358.63
HexBEC16A202D183e293b
Octal276301152205530765173
Binary1011111011000001110101010010110111000111110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC16A; }

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

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

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

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

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

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

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

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