#BDBE6E

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

Shades of Dark Khaki #BDBE6E

Tints of Dark Khaki #BDBE6E

Color information

#BDBE6E (or 0xBDBE6E) is unknown color: approx Dark Khaki. HEX triplet: BD, BE and 6E. RGB value is (189,190,110). Sum of RGB (Red+Green+Blue) = 189+190+110=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBE6E is #424191. Grayscale: #B4B4B4. Windows color (decimal): -4342162 or 7257789. OLE color: 7257789.

HSL color Cylindrical-coordinate representation of color #BDBE6E: hue angle of 60.75º degrees, saturation: 0.38, 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 #BDBE6E is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB189190110-
CMYK0.0100.420.25
HSL60.75º38.1%58.82%-
HSV(B)60.75º42.11%74.51%-
XYZ42.2148.7721.94-
YUV180.5888.17134-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.65%
GREEN value IS 190 (74.61% from 255) = 38.85%
BLUE value IS 110 (43.36% from 255) = 22.49%
R=38.65%
G=38.85%
B=22.49%

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
Decimal1891901100.0100.420.2560.7538.158.82
HexBDBE6E102A193d263b
Octal275276156105231754673
Binary101111011011111011011101010101011001111101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBE6E; }

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

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

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

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

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

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

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

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