#B5BD69

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

Shades of Dark Khaki #B5BD69

Tints of Dark Khaki #B5BD69

Color information

#B5BD69 (or 0xB5BD69) is unknown color: approx Dark Khaki. HEX triplet: B5, BD and 69. RGB value is (181,189,105). Sum of RGB (Red+Green+Blue) = 181+189+105=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD69 is #4A4296. Grayscale: #B1B1B1. Windows color (decimal): -4866711 or 6929845. OLE color: 6929845.

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

Color convert

RGB181189105-
CMYK0.0400.440.26
HSL65.71º38.89%57.65%-
HSV(B)65.71º44.44%74.12%-
XYZ39.847.2420.38-
YUV177.0387.35130.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.11%
GREEN value IS 189 (74.22% from 255) = 39.79%
BLUE value IS 105 (41.41% from 255) = 22.11%
R=38.11%
G=39.79%
B=22.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811891050.0400.440.2665.7138.8957.65
HexB5BD69402C1A42273a
Octal2652751514054321024772
Binary101101011011110111010011000101100110101000010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BD69; }

 p { color: rgb(181,189,105); }

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

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

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

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

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

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

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