#BEBF6E

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

Shades of Dark Khaki #BEBF6E

Tints of Dark Khaki #BEBF6E

Color information

#BEBF6E (or 0xBEBF6E) is unknown color: approx Dark Khaki. HEX triplet: BE, BF and 6E. RGB value is (190,191,110). Sum of RGB (Red+Green+Blue) = 190+191+110=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBF6E is #414091. Grayscale: #B5B5B5. Windows color (decimal): -4276370 or 7258046. OLE color: 7258046.

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

Color convert

RGB190191110-
CMYK0.0100.420.25
HSL60.74º38.76%59.02%-
HSV(B)60.74º42.41%74.9%-
XYZ42.6849.3322.02-
YUV181.4787.67134.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 191 (75% from 255) = 38.90%
BLUE value IS 110 (43.36% from 255) = 22.40%
R=38.70%
G=38.90%
B=22.40%

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
Decimal1901911100.0100.420.2560.7438.7659.02
HexBEBF6E102A193d273b
Octal276277156105231754773
Binary101111101011111111011101010101011001111101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBF6E; }

 p { color: rgb(190,191,110); }

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

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

 a { background-color: rgb(190,191,110); }

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

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

 span { border-color: rgb(190,191,110); }

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