#B1B770

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

Shades of Dark Khaki #B1B770

Tints of Dark Khaki #B1B770

Color information

#B1B770 (or 0xB1B770) is unknown color: approx Dark Khaki. HEX triplet: B1, B7 and 70. RGB value is (177,183,112). Sum of RGB (Red+Green+Blue) = 177+183+112=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B770 is #4E488F. Grayscale: #ADADAD. Windows color (decimal): -5130384 or 7387057. OLE color: 7387057.

HSL color Cylindrical-coordinate representation of color #B1B770: hue angle of 65.07º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B1B770 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB177183112-
CMYK0.0300.390.28
HSL65.07º33.02%57.84%-
HSV(B)65.07º38.8%71.76%-
XYZ37.9944.3821.89-
YUV173.1193.51130.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.5%
GREEN value IS 183 (71.88% from 255) = 38.77%
BLUE value IS 112 (44.14% from 255) = 23.73%
R=37.5%
G=38.77%
B=23.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1771831120.0300.390.2865.0733.0257.84
HexB1B77030271C41213a
Octal2612671603047341014172
Binary10110001101101111110000110100111111001000001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B770; }

 p { color: rgb(177,183,112); }

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

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

 a { background-color: rgb(177,183,112); }

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

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

 span { border-color: rgb(177,183,112); }

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