#BDB678

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

Shades of Dark Khaki #BDB678

Tints of Dark Khaki #BDB678

Color information

#BDB678 (or 0xBDB678) is unknown color: approx Dark Khaki. HEX triplet: BD, B6 and 78. RGB value is (189,182,120). Sum of RGB (Red+Green+Blue) = 189+182+120=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB678 is #424987. Grayscale: #B1B1B1. Windows color (decimal): -4344200 or 7911101. OLE color: 7911101.

HSL color Cylindrical-coordinate representation of color #BDB678: hue angle of 53.91º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDB678 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB189182120-
CMYK00.040.370.26
HSL53.91º34.33%60.59%-
HSV(B)53.91º36.51%74.12%-
XYZ41.145.6324.41-
YUV177.0295.82136.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.49%
GREEN value IS 182 (71.48% from 255) = 37.07%
BLUE value IS 120 (47.27% from 255) = 24.44%
R=38.49%
G=37.07%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918212000.040.370.2653.9134.3360.59
HexBDB67804251A36223d
Octal275266170044532664275
Binary10111101101101101111000010010010111010110110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB678; }

 p { color: rgb(189,182,120); }

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

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

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

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

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

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

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