#B0B56E

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

Shades of Dark Khaki #B0B56E

Tints of Dark Khaki #B0B56E

Color information

#B0B56E (or 0xB0B56E) is unknown color: approx Dark Khaki. HEX triplet: B0, B5 and 6E. RGB value is (176,181,110). Sum of RGB (Red+Green+Blue) = 176+181+110=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B56E is #4F4A91. Grayscale: #ABABAB. Windows color (decimal): -5196434 or 7255472. OLE color: 7255472.

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

Color convert

RGB176181110-
CMYK0.0300.390.29
HSL64.23º32.42%57.06%-
HSV(B)64.23º39.23%70.98%-
XYZ37.2443.421.17-
YUV171.4193.34131.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 181 (71.09% from 255) = 38.76%
BLUE value IS 110 (43.36% from 255) = 23.55%
R=37.69%
G=38.76%
B=23.55%

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
Decimal1761811100.0300.390.2964.2332.4257.06
HexB0B56E30271D402039
Octal2602651563047351004071
Binary10110000101101011101110110100111111011000000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B56E; }

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

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

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

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

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

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

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

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