#9ABB64

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

Shades of Olivine #9ABB64

Tints of Olivine #9ABB64

Color information

#9ABB64 (or 0x9ABB64) is unknown color: approx Olivine. HEX triplet: 9A, BB and 64. RGB value is (154,187,100). Sum of RGB (Red+Green+Blue) = 154+187+100=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABB64 is #65449B. Grayscale: #A7A7A7. Windows color (decimal): -6636700 or 6601626. OLE color: 6601626.

HSL color Cylindrical-coordinate representation of color #9ABB64: hue angle of 82.76º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9ABB64 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB154187100-
CMYK0.1800.470.27
HSL82.76º39.01%56.27%-
HSV(B)82.76º46.52%73.33%-
XYZ33.443.3318.66-
YUV167.2290.07118.57-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.92%
GREEN value IS 187 (73.44% from 255) = 42.40%
BLUE value IS 100 (39.45% from 255) = 22.68%
R=34.92%
G=42.40%
B=22.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541871000.1800.470.2782.7639.0156.27
Hex9ABB641202F1B532738
Octal23227314422057331234770
Binary10011010101110111100100100100101111110111010011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,187,100); }

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

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

 a { background-color: rgb(154,187,100); }

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

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

 span { border-color: rgb(154,187,100); }

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