#B1B668

Color #B1B668 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #B1B668

Tints of Olive Green #B1B668

Color information

#B1B668 (or 0xB1B668) is unknown color: approx Olive Green. HEX triplet: B1, B6 and 68. RGB value is (177,182,104). Sum of RGB (Red+Green+Blue) = 177+182+104=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B668 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B668 is #4E4997. Grayscale: #ABABAB. Windows color (decimal): -5130648 or 6862513. OLE color: 6862513.

HSL color Cylindrical-coordinate representation of color #B1B668: hue angle of 63.85º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B1B668 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB177182104-
CMYK0.0300.430.29
HSL63.85º34.82%56.08%-
HSV(B)63.85º42.86%71.37%-
XYZ37.3643.819.58-
YUV171.6189.84131.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 182 (71.48% from 255) = 39.31%
BLUE value IS 104 (41.02% from 255) = 22.46%
R=38.23%
G=39.31%
B=22.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771821040.0300.430.2963.8534.8256.08
HexB1B668302B1D402338
Octal2612661503053351004370
Binary10110001101101101101000110101011111011000000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B668; }

 p { color: rgb(177,182,104); }

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

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

 a { background-color: rgb(177,182,104); }

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

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

 span { border-color: rgb(177,182,104); }

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