#B2B760

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

Shades of Olive Green #B2B760

Tints of Olive Green #B2B760

Color information

#B2B760 (or 0xB2B760) is unknown color: approx Olive Green. HEX triplet: B2, B7 and 60. RGB value is (178,183,96). Sum of RGB (Red+Green+Blue) = 178+183+96=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B760 is #4D489F. Grayscale: #ABABAB. Windows color (decimal): -5064864 or 6338482. OLE color: 6338482.

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

Color convert

RGB17818396-
CMYK0.0300.480.28
HSL63.45º37.66%54.71%-
HSV(B)63.45º47.54%71.76%-
XYZ37.444.1817.62-
YUV171.5985.34132.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.95%
GREEN value IS 183 (71.88% from 255) = 40.04%
BLUE value IS 96 (37.89% from 255) = 21.01%
R=38.95%
G=40.04%
B=21.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal178183960.0300.480.2863.4537.6654.71
HexB2B76030301C3f2637
Octal262267140306034774667
Binary1011001010110111110000011011000011100111111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B760; }

 p { color: rgb(178,183,96); }

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

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

 a { background-color: rgb(178,183,96); }

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

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

 span { border-color: rgb(178,183,96); }

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