Html Css Color HEX #9ABC5A Olivine

📋 copy color: '#9ABC5A'

red 154 ◦ green 188 ◦ blue 90

#9ABC5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #9ABC5A

Tints of Olivine #9ABC5A

RGB

 RED value IS 154 (60.55% from 255) = 35.65%

 GREEN value IS 188 (73.83% from 255) = 43.52%

 BLUE value IS 90 (35.55% from 255) = 20.83%

R = 35.65%
G = 43.52%
B = 20.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#9ABC5A (or 0x9ABC5A) is known color: Olivine. HEX triplet: 9A, BC and 5A. RGB value is (154,188,90). Sum of RGB (Red+Green+Blue) = 154+188+90=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABC5A is #6543A5. Grayscale: #A7A7A7. Windows color (decimal): -6636454 or 5946522. OLE color: 5946522.

HSL color Cylindrical-coordinate representation of color #9ABC5A: hue angle of 80.82º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9ABC5A is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 188 90 -
CMYK 0.18 0 0.52 0.26
HSL 80.82º 0.42% 0.55% -
HSV(B) 80.82º 0.52% 0.74% -
XYZ 33.16 43.57 16.34 -
YUV 166.66 84.74 118.97 -
System Red Green Blue C M Y K H S L
Decimal 154 188 90 0.18 0 0.52 0.26 80.82 0.42 0.55
Hex 9A BC 5A 12 0 34 1A 51 2A 37
Octal 232 274 132 22 0 64 32 121 52 67
Binary 10011010 10111100 1011010 10010 0 110100 11010 1010001 101010 110111

Color Harmonies of #9ABC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABC5A

Black with #9ABC5A

Text Example


Text Example

White with #9ABC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,188,90); }

 H1.HeaderClassName
 {
   color: #9ABC5A;
 }
 .AnyTagClassName
 {
   color: #9ABC5A;
 }
</style>

background-color css

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

 a { background-color: rgb(154,188,90); }

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

border-color css

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

 span { border-color: rgb(154,188,90); }

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