#bec26c

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

Shades of Dark Khaki #BEC26C

Tints of Dark Khaki #BEC26C

Color information

#BEC26C (or 0xBEC26C) is unknown color: approx Dark Khaki. HEX triplet: BE, C2 and 6C. RGB value is (190,194,108). Sum of RGB (Red+Green+Blue) = 190+194+108=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC26C is #413D93. Grayscale: #B7B7B7. Windows color (decimal): -4275604 or 7127742. OLE color: 7127742.

HSL color Cylindrical-coordinate representation of color #BEC26C: hue angle of 62.79º degrees, saturation: 0.41, 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 #BEC26C is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB190194108-
CMYK0.0200.440.24
HSL62.79º41.35%59.22%-
HSV(B)62.79º44.33%76.08%-
XYZ43.2350.6121.68-
YUV18385.67132.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 194 (76.17% from 255) = 39.43%
BLUE value IS 108 (42.58% from 255) = 21.95%
R=38.62%
G=39.43%
B=21.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901941080.0200.440.2462.7941.3559.22
HexBEC26C202C183f293b
Octal276302154205430775173
Binary1011111011000010110110010010110011000111111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bec26c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bec26c; }

 p { color: rgb(190,194,108); }

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

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

 a { background-color: rgb(190,194,108); }

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

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

 span { border-color: rgb(190,194,108); }

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