#B1B762

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

Shades of Olive Green #B1B762

Tints of Olive Green #B1B762

Color information

#B1B762 (or 0xB1B762) is unknown color: approx Olive Green. HEX triplet: B1, B7 and 62. RGB value is (177,183,98). Sum of RGB (Red+Green+Blue) = 177+183+98=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B762 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B762 is #4E489D. Grayscale: #ABABAB. Windows color (decimal): -5130398 or 6469553. OLE color: 6469553.

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

Color convert

RGB17718398-
CMYK0.0300.460.28
HSL64.24º37.12%55.1%-
HSV(B)64.24º46.45%71.76%-
XYZ37.2744.118.1-
YUV171.5286.51131.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.65%
GREEN value IS 183 (71.88% from 255) = 39.96%
BLUE value IS 98 (38.67% from 255) = 21.40%
R=38.65%
G=39.96%
B=21.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal177183980.0300.460.2864.2437.1255.1
HexB1B762302E1C402537
Octal2612671423056341004567
Binary10110001101101111100010110101110111001000000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B762; }

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

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

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

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

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

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

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

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