#9CB46F

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

Shades of Olivine #9CB46F

Tints of Olivine #9CB46F

Color information

#9CB46F (or 0x9CB46F) is unknown color: approx Olivine. HEX triplet: 9C, B4 and 6F. RGB value is (156,180,111). Sum of RGB (Red+Green+Blue) = 156+180+111=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB46F is #634B90. Grayscale: #A5A5A5. Windows color (decimal): -6507409 or 7320732. OLE color: 7320732.

HSL color Cylindrical-coordinate representation of color #9CB46F: hue angle of 80.87º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CB46F is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB156180111-
CMYK0.1300.380.29
HSL80.87º31.51%57.06%-
HSV(B)80.87º38.33%70.59%-
XYZ32.940.8621.19-
YUV164.9697.55121.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.90%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 111 (43.75% from 255) = 24.83%
R=34.90%
G=40.27%
B=24.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561801110.1300.380.2980.8731.5157.06
Hex9CB46FD0261D512039
Octal23426415715046351214071
Binary1001110010110100110111111010100110111011010001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,180,111); }

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

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

 a { background-color: rgb(156,180,111); }

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

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

 span { border-color: rgb(156,180,111); }

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