#9ABF62

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

Shades of Olivine #9ABF62

Tints of Olivine #9ABF62

Color information

#9ABF62 (or 0x9ABF62) is unknown color: approx Olivine. HEX triplet: 9A, BF and 62. RGB value is (154,191,98). Sum of RGB (Red+Green+Blue) = 154+191+98=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABF62 is #65409D. Grayscale: #A9A9A9. Windows color (decimal): -6635678 or 6471578. OLE color: 6471578.

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

Color convert

RGB15419198-
CMYK0.1900.490.25
HSL83.87º42.08%56.67%-
HSV(B)83.87º48.69%74.9%-
XYZ34.1645.0118.44-
YUV169.3387.74117.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.76%
GREEN value IS 191 (75% from 255) = 43.12%
BLUE value IS 98 (38.67% from 255) = 22.12%
R=34.76%
G=43.12%
B=22.12%

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
Decimal154191980.1900.490.2583.8742.0856.67
Hex9ABF621303119542a39
Octal23227714223061311245271
Binary10011010101111111100010100110110001110011010100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,191,98); }

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

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

 a { background-color: rgb(154,191,98); }

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

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

 span { border-color: rgb(154,191,98); }

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