#9ACA5B

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

Shades of Olivine #9ACA5B

Tints of Olivine #9ACA5B

Color information

#9ACA5B (or 0x9ACA5B) is unknown color: approx Olivine. HEX triplet: 9A, CA and 5B. RGB value is (154,202,91). Sum of RGB (Red+Green+Blue) = 154+202+91=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACA5B is #6535A4. Grayscale: #AFAFAF. Windows color (decimal): -6632869 or 6015642. OLE color: 6015642.

HSL color Cylindrical-coordinate representation of color #9ACA5B: hue angle of 85.95º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9ACA5B is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB15420291-
CMYK0.2400.550.21
HSL85.95º51.15%57.45%-
HSV(B)85.95º54.95%79.22%-
XYZ36.3449.8717.61-
YUV174.9980.6113.03-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.45%
GREEN value IS 202 (79.30% from 255) = 45.19%
BLUE value IS 91 (35.94% from 255) = 20.36%
R=34.45%
G=45.19%
B=20.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal154202910.2400.550.2185.9551.1557.45
Hex9ACA5B1803715563339
Octal23231213330067251266371
Binary10011010110010101011011110000110111101011010110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,202,91); }

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

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

 a { background-color: rgb(154,202,91); }

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

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

 span { border-color: rgb(154,202,91); }

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