#B5B56F

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

Shades of Dark Khaki #B5B56F

Tints of Dark Khaki #B5B56F

Color information

#B5B56F (or 0xB5B56F) is unknown color: approx Dark Khaki. HEX triplet: B5, B5 and 6F. RGB value is (181,181,111). Sum of RGB (Red+Green+Blue) = 181+181+111=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B56F is #4A4A90. Grayscale: #ADADAD. Windows color (decimal): -4868753 or 7321013. OLE color: 7321013.

HSL color Cylindrical-coordinate representation of color #B5B56F: hue angle of 60º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5B56F is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB181181111-
CMYK000.390.29
HSL60º32.11%57.25%-
HSV(B)60º38.67%70.98%-
XYZ38.4544.0221.51-
YUV173.0293133.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.27%
GREEN value IS 181 (71.09% from 255) = 38.27%
BLUE value IS 111 (43.75% from 255) = 23.47%
R=38.27%
G=38.27%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181181111000.390.296032.1157.25
HexB5B56F00271D3c2039
Octal265265157004735744071
Binary101101011011010111011110010011111101111100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B56F; }

 p { color: rgb(181,181,111); }

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

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

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

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

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

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

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