#9BB971

Color #9BB971 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9BB971

Tints of Olivine #9BB971

Color information

#9BB971 (or 0x9BB971) is unknown color: approx Olivine. HEX triplet: 9B, B9 and 71. RGB value is (155,185,113). Sum of RGB (Red+Green+Blue) = 155+185+113=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB971 is #64468E. Grayscale: #A8A8A8. Windows color (decimal): -6571663 or 7453083. OLE color: 7453083.

HSL color Cylindrical-coordinate representation of color #9BB971: hue angle of 85º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BB971 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB155185113-
CMYK0.1600.390.27
HSL85º33.96%58.43%-
HSV(B)85º38.92%72.55%-
XYZ33.8542.8622.11-
YUV167.8297.06118.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.22%
GREEN value IS 185 (72.66% from 255) = 40.84%
BLUE value IS 113 (44.53% from 255) = 24.94%
R=34.22%
G=40.84%
B=24.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551851130.1600.390.278533.9658.43
Hex9BB971100271B55223a
Octal23327116120047331254272
Binary10011011101110011110001100000100111110111010101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BB971; }

 p { color: rgb(155,185,113); }

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

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

 a { background-color: rgb(155,185,113); }

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

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

 span { border-color: rgb(155,185,113); }

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