#BEBF71

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

Shades of Dark Khaki #BEBF71

Tints of Dark Khaki #BEBF71

Color information

#BEBF71 (or 0xBEBF71) is unknown color: approx Dark Khaki. HEX triplet: BE, BF and 71. RGB value is (190,191,113). Sum of RGB (Red+Green+Blue) = 190+191+113=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBF71 is #41408E. Grayscale: #B6B6B6. Windows color (decimal): -4276367 or 7454654. OLE color: 7454654.

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

Color convert

RGB190191113-
CMYK0.0100.410.25
HSL60.77º37.86%59.61%-
HSV(B)60.77º40.84%74.9%-
XYZ42.8549.422.9-
YUV181.8189.17133.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 191 (75% from 255) = 38.66%
BLUE value IS 113 (44.53% from 255) = 22.87%
R=38.46%
G=38.66%
B=22.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901911130.0100.410.2560.7737.8659.61
HexBEBF711029193d263c
Octal276277161105131754674
Binary101111101011111111100011010100111001111101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBF71; }

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

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

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

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

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

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

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

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