#BEC070

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

Shades of Dark Khaki #BEC070

Tints of Dark Khaki #BEC070

Color information

#BEC070 (or 0xBEC070) is unknown color: approx Dark Khaki. HEX triplet: BE, C0 and 70. RGB value is (190,192,112). Sum of RGB (Red+Green+Blue) = 190+192+112=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC070 is #413F8F. Grayscale: #B6B6B6. Windows color (decimal): -4276112 or 7389374. OLE color: 7389374.

HSL color Cylindrical-coordinate representation of color #BEC070: hue angle of 61.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEC070 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB190192112-
CMYK0.0100.420.25
HSL61.5º38.83%59.61%-
HSV(B)61.5º41.67%75.29%-
XYZ43.0149.8222.68-
YUV182.2888.34133.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 192 (75.39% from 255) = 38.87%
BLUE value IS 112 (44.14% from 255) = 22.67%
R=38.46%
G=38.87%
B=22.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901921120.0100.420.2561.538.8359.61
HexBEC070102A193e273c
Octal276300160105231764774
Binary101111101100000011100001010101011001111110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC070; }

 p { color: rgb(190,192,112); }

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

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

 a { background-color: rgb(190,192,112); }

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

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

 span { border-color: rgb(190,192,112); }

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