#B5BD6A

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

Shades of Dark Khaki #B5BD6A

Tints of Dark Khaki #B5BD6A

Color information

#B5BD6A (or 0xB5BD6A) is unknown color: approx Dark Khaki. HEX triplet: B5, BD and 6A. RGB value is (181,189,106). Sum of RGB (Red+Green+Blue) = 181+189+106=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD6A is #4A4295. Grayscale: #B1B1B1. Windows color (decimal): -4866710 or 6995381. OLE color: 6995381.

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

Color convert

RGB181189106-
CMYK0.0400.440.26
HSL65.78º38.6%57.84%-
HSV(B)65.78º43.92%74.12%-
XYZ39.8647.2620.66-
YUV177.1587.85130.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.03%
GREEN value IS 189 (74.22% from 255) = 39.71%
BLUE value IS 106 (41.80% from 255) = 22.27%
R=38.03%
G=39.71%
B=22.27%

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
Decimal1811891060.0400.440.2665.7838.657.84
HexB5BD6A402C1A42273a
Octal2652751524054321024772
Binary101101011011110111010101000101100110101000010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BD6A; }

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

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

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

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

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

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

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

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