#B1B76F

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

Shades of Dark Khaki #B1B76F

Tints of Dark Khaki #B1B76F

Color information

#B1B76F (or 0xB1B76F) is unknown color: approx Dark Khaki. HEX triplet: B1, B7 and 6F. RGB value is (177,183,111). Sum of RGB (Red+Green+Blue) = 177+183+111=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B76F is #4E4890. Grayscale: #ADADAD. Windows color (decimal): -5130385 or 7321521. OLE color: 7321521.

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

Color convert

RGB177183111-
CMYK0.0300.390.28
HSL65º33.33%57.65%-
HSV(B)65º39.34%71.76%-
XYZ37.9344.3621.6-
YUV17393.01130.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.58%
GREEN value IS 183 (71.88% from 255) = 38.85%
BLUE value IS 111 (43.75% from 255) = 23.57%
R=37.58%
G=38.85%
B=23.57%

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
Decimal1771831110.0300.390.286533.3357.65
HexB1B76F30271C41213a
Octal2612671573047341014172
Binary10110001101101111101111110100111111001000001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B76F; }

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

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

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

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

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

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

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

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