#BEBE68

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

Shades of Dark Khaki #BEBE68

Tints of Dark Khaki #BEBE68

Color information

#BEBE68 (or 0xBEBE68) is unknown color: approx Dark Khaki. HEX triplet: BE, BE and 68. RGB value is (190,190,104). Sum of RGB (Red+Green+Blue) = 190+190+104=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBE68 is #414197. Grayscale: #B4B4B4. Windows color (decimal): -4276632 or 6864574. OLE color: 6864574.

HSL color Cylindrical-coordinate representation of color #BEBE68: hue angle of 60º 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 #BEBE68 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB190190104-
CMYK000.450.25
HSL60º39.81%57.65%-
HSV(B)60º45.26%74.51%-
XYZ42.1548.7720.29-
YUV180.285134.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 190 (74.61% from 255) = 39.26%
BLUE value IS 104 (41.02% from 255) = 21.49%
R=39.26%
G=39.26%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190190104000.450.256039.8157.65
HexBEBE68002D193c283a
Octal276276150005531745072
Binary101111101011111011010000010110111001111100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBE68; }

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

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

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

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

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

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

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

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