#9ABE61

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

Shades of Olivine #9ABE61

Tints of Olivine #9ABE61

Color information

#9ABE61 (or 0x9ABE61) is unknown color: approx Olivine. HEX triplet: 9A, BE and 61. RGB value is (154,190,97). Sum of RGB (Red+Green+Blue) = 154+190+97=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABE61 is #65419E. Grayscale: #A8A8A8. Windows color (decimal): -6635935 or 6405786. OLE color: 6405786.

HSL color Cylindrical-coordinate representation of color #9ABE61: hue angle of 83.23º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9ABE61 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB15419097-
CMYK0.1900.490.25
HSL83.23º41.7%56.27%-
HSV(B)83.23º48.95%74.51%-
XYZ33.944.5618.12-
YUV168.6387.57117.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.92%
GREEN value IS 190 (74.61% from 255) = 43.08%
BLUE value IS 97 (38.28% from 255) = 22.00%
R=34.92%
G=43.08%
B=22.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154190970.1900.490.2583.2341.756.27
Hex9ABE611303119532a38
Octal23227614123061311235270
Binary10011010101111101100001100110110001110011010011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,190,97); }

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

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

 a { background-color: rgb(154,190,97); }

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

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

 span { border-color: rgb(154,190,97); }

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