#BDBD6C

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

Shades of Dark Khaki #BDBD6C

Tints of Dark Khaki #BDBD6C

Color information

#BDBD6C (or 0xBDBD6C) is unknown color: approx Dark Khaki. HEX triplet: BD, BD and 6C. RGB value is (189,189,108). Sum of RGB (Red+Green+Blue) = 189+189+108=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD6C is #424293. Grayscale: #B4B4B4. Windows color (decimal): -4342420 or 7126461. OLE color: 7126461.

HSL color Cylindrical-coordinate representation of color #BDBD6C: hue angle of 60º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDBD6C is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB189189108-
CMYK000.430.26
HSL60º38.03%58.24%-
HSV(B)60º42.86%74.12%-
XYZ41.8948.321.3-
YUV179.7787.5134.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.89%
GREEN value IS 189 (74.22% from 255) = 38.89%
BLUE value IS 108 (42.58% from 255) = 22.22%
R=38.89%
G=38.89%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189189108000.430.266038.0358.24
HexBDBD6C002B1A3c263a
Octal275275154005332744672
Binary101111011011110111011000010101111010111100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBD6C; }

 p { color: rgb(189,189,108); }

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

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

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

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

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

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

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