#B0B56F

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

Shades of Dark Khaki #B0B56F

Tints of Dark Khaki #B0B56F

Color information

#B0B56F (or 0xB0B56F) is unknown color: approx Dark Khaki. HEX triplet: B0, B5 and 6F. RGB value is (176,181,111). Sum of RGB (Red+Green+Blue) = 176+181+111=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B56F is #4F4A90. Grayscale: #ABABAB. Windows color (decimal): -5196433 or 7321008. OLE color: 7321008.

HSL color Cylindrical-coordinate representation of color #B0B56F: hue angle of 64.29º 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 #B0B56F is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB176181111-
CMYK0.0300.390.29
HSL64.29º32.11%57.25%-
HSV(B)64.29º38.67%70.98%-
XYZ37.343.4321.46-
YUV171.5293.84131.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.61%
GREEN value IS 181 (71.09% from 255) = 38.68%
BLUE value IS 111 (43.75% from 255) = 23.72%
R=37.61%
G=38.68%
B=23.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761811110.0300.390.2964.2932.1157.25
HexB0B56F30271D402039
Octal2602651573047351004071
Binary10110000101101011101111110100111111011000000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B56F; }

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

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

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

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

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

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

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

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