#B1B662

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

Shades of Olive Green #B1B662

Tints of Olive Green #B1B662

Color information

#B1B662 (or 0xB1B662) is unknown color: approx Olive Green. HEX triplet: B1, B6 and 62. RGB value is (177,182,98). Sum of RGB (Red+Green+Blue) = 177+182+98=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B662 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B662 is #4E499D. Grayscale: #ABABAB. Windows color (decimal): -5130654 or 6469297. OLE color: 6469297.

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

Color convert

RGB17718298-
CMYK0.0300.460.29
HSL63.57º36.52%54.9%-
HSV(B)63.57º46.15%71.37%-
XYZ37.0643.6818.03-
YUV170.9386.84132.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.73%
GREEN value IS 182 (71.48% from 255) = 39.82%
BLUE value IS 98 (38.67% from 255) = 21.44%
R=38.73%
G=39.82%
B=21.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177182980.0300.460.2963.5736.5254.9
HexB1B662302E1D402537
Octal2612661423056351004567
Binary10110001101101101100010110101110111011000000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B662; }

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

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

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

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

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

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

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

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