#B5BD6C

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

Shades of Dark Khaki #B5BD6C

Tints of Dark Khaki #B5BD6C

Color information

#B5BD6C (or 0xB5BD6C) is unknown color: approx Dark Khaki. HEX triplet: B5, BD and 6C. RGB value is (181,189,108). Sum of RGB (Red+Green+Blue) = 181+189+108=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD6C is #4A4293. Grayscale: #B1B1B1. Windows color (decimal): -4866708 or 7126453. OLE color: 7126453.

HSL color Cylindrical-coordinate representation of color #B5BD6C: hue angle of 65.93º 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 #B5BD6C is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB181189108-
CMYK0.0400.430.26
HSL65.93º38.03%58.24%-
HSV(B)65.93º42.86%74.12%-
XYZ39.9647.321.21-
YUV177.3788.85130.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 189 (74.22% from 255) = 39.54%
BLUE value IS 108 (42.58% from 255) = 22.59%
R=37.87%
G=39.54%
B=22.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811891080.0400.430.2665.9338.0358.24
HexB5BD6C402B1A42263a
Octal2652751544053321024672
Binary101101011011110111011001000101011110101000010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BD6C; }

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

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

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

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

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

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

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

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