#9CB971

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

Shades of Olivine #9CB971

Tints of Olivine #9CB971

Color information

#9CB971 (or 0x9CB971) is unknown color: approx Olivine. HEX triplet: 9C, B9 and 71. RGB value is (156,185,113). Sum of RGB (Red+Green+Blue) = 156+185+113=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB971 is #63468E. Grayscale: #A8A8A8. Windows color (decimal): -6506127 or 7453084. OLE color: 7453084.

HSL color Cylindrical-coordinate representation of color #9CB971: hue angle of 84.17º 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 #9CB971 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB156185113-
CMYK0.1600.390.27
HSL84.17º33.96%58.43%-
HSV(B)84.17º38.92%72.55%-
XYZ34.0442.9622.12-
YUV168.1296.89119.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.36%
GREEN value IS 185 (72.66% from 255) = 40.75%
BLUE value IS 113 (44.53% from 255) = 24.89%
R=34.36%
G=40.75%
B=24.89%

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
Decimal1561851130.1600.390.2784.1733.9658.43
Hex9CB971100271B54223a
Octal23427116120047331244272
Binary10011100101110011110001100000100111110111010100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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