#B5BD6D

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

Shades of Dark Khaki #B5BD6D

Tints of Dark Khaki #B5BD6D

Color information

#B5BD6D (or 0xB5BD6D) is unknown color: approx Dark Khaki. HEX triplet: B5, BD and 6D. RGB value is (181,189,109). Sum of RGB (Red+Green+Blue) = 181+189+109=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD6D is #4A4292. Grayscale: #B1B1B1. Windows color (decimal): -4866707 or 7191989. OLE color: 7191989.

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

Color convert

RGB181189109-
CMYK0.0400.420.26
HSL66º37.74%58.43%-
HSV(B)66º42.33%74.12%-
XYZ40.0147.3221.49-
YUV177.4989.35130.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.79%
GREEN value IS 189 (74.22% from 255) = 39.46%
BLUE value IS 109 (42.97% from 255) = 22.76%
R=37.79%
G=39.46%
B=22.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811891090.0400.420.266637.7458.43
HexB5BD6D402A1A42263a
Octal2652751554052321024672
Binary101101011011110111011011000101010110101000010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BD6D; }

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

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

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

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

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

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

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

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