#BDBB68

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

Shades of Dark Khaki #BDBB68

Tints of Dark Khaki #BDBB68

Color information

#BDBB68 (or 0xBDBB68) is unknown color: approx Dark Khaki. HEX triplet: BD, BB and 68. RGB value is (189,187,104). Sum of RGB (Red+Green+Blue) = 189+187+104=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB68 is #424497. Grayscale: #B2B2B2. Windows color (decimal): -4342936 or 6863805. OLE color: 6863805.

HSL color Cylindrical-coordinate representation of color #BDBB68: hue angle of 58.59º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDBB68 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB189187104-
CMYK00.010.450.26
HSL58.59º39.17%57.45%-
HSV(B)58.59º44.97%74.12%-
XYZ41.2647.3620.06-
YUV178.1486.16135.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.38%
GREEN value IS 187 (73.44% from 255) = 38.96%
BLUE value IS 104 (41.02% from 255) = 21.67%
R=39.38%
G=38.96%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918710400.010.450.2658.5939.1757.45
HexBDBB68012D1A3b2739
Octal275273150015532734771
Binary101111011011101111010000110110111010111011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB68; }

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

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

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

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

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

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

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

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