#9CB980

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

Shades of Olivine #9CB980

Tints of Olivine #9CB980

Color information

#9CB980 (or 0x9CB980) is unknown color: approx Olivine. HEX triplet: 9C, B9 and 80. RGB value is (156,185,128). Sum of RGB (Red+Green+Blue) = 156+185+128=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB980 is #63467F. Grayscale: #AAAAAA. Windows color (decimal): -6506112 or 8436124. OLE color: 8436124.

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

Color convert

RGB156185128-
CMYK0.1600.310.27
HSL90.53º28.93%61.37%-
HSV(B)90.53º30.81%72.55%-
XYZ34.9643.3226.94-
YUV169.83104.39118.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.26%
GREEN value IS 185 (72.66% from 255) = 39.45%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=33.26%
G=39.45%
B=27.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561851280.1600.310.2790.5328.9361.37
Hex9CB9801001F1B5b1d3d
Octal23427120020037331333575
Binary1001110010111001100000001000001111111011101101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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