#BEBD68

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

Shades of Dark Khaki #BEBD68

Tints of Dark Khaki #BEBD68

Color information

#BEBD68 (or 0xBEBD68) is unknown color: approx Dark Khaki. HEX triplet: BE, BD and 68. RGB value is (190,189,104). Sum of RGB (Red+Green+Blue) = 190+189+104=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD68 is #414297. Grayscale: #B3B3B3. Windows color (decimal): -4276888 or 6864318. OLE color: 6864318.

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

Color convert

RGB190189104-
CMYK00.010.450.25
HSL59.3º39.81%57.65%-
HSV(B)59.3º45.26%74.51%-
XYZ41.9348.3420.22-
YUV179.6185.33135.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 189 (74.22% from 255) = 39.13%
BLUE value IS 104 (41.02% from 255) = 21.53%
R=39.34%
G=39.13%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018910400.010.450.2559.339.8157.65
HexBEBD68012D193b283a
Octal276275150015531735072
Binary101111101011110111010000110110111001111011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD68; }

 p { color: rgb(190,189,104); }

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

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

 a { background-color: rgb(190,189,104); }

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

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

 span { border-color: rgb(190,189,104); }

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