#BDBE6D

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

Shades of Dark Khaki #BDBE6D

Tints of Dark Khaki #BDBE6D

Color information

#BDBE6D (or 0xBDBE6D) is unknown color: approx Dark Khaki. HEX triplet: BD, BE and 6D. RGB value is (189,190,109). Sum of RGB (Red+Green+Blue) = 189+190+109=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBE6D is #424192. Grayscale: #B4B4B4. Windows color (decimal): -4342163 or 7192253. OLE color: 7192253.

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

Color convert

RGB189190109-
CMYK0.0100.430.25
HSL60.74º38.39%58.63%-
HSV(B)60.74º42.63%74.51%-
XYZ42.1648.7521.66-
YUV180.4787.67134.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.73%
GREEN value IS 190 (74.61% from 255) = 38.93%
BLUE value IS 109 (42.97% from 255) = 22.34%
R=38.73%
G=38.93%
B=22.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891901090.0100.430.2560.7438.3958.63
HexBDBE6D102B193d263b
Octal275276155105331754673
Binary101111011011111011011011010101111001111101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBE6D; }

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

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

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

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

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

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

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

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