#B5B969

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

Shades of Dark Khaki #B5B969

Tints of Dark Khaki #B5B969

Color information

#B5B969 (or 0xB5B969) is unknown color: approx Dark Khaki. HEX triplet: B5, B9 and 69. RGB value is (181,185,105). Sum of RGB (Red+Green+Blue) = 181+185+105=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B969 is #4A4696. Grayscale: #AFAFAF. Windows color (decimal): -4867735 or 6928821. OLE color: 6928821.

HSL color Cylindrical-coordinate representation of color #B5B969: hue angle of 63º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5B969 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB181185105-
CMYK0.0200.430.27
HSL63º36.36%56.86%-
HSV(B)63º43.24%72.55%-
XYZ38.9545.5420.1-
YUV174.6888.67132.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.43%
GREEN value IS 185 (72.66% from 255) = 39.28%
BLUE value IS 105 (41.41% from 255) = 22.29%
R=38.43%
G=39.28%
B=22.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811851050.0200.430.276336.3656.86
HexB5B969202B1B3f2439
Octal265271151205333774471
Binary1011010110111001110100110010101111011111111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B969; }

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

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

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

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

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

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

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

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