Html Css Color HEX #9AB980 Olivine

📋 copy color: '#9AB980'

red 154 ◦ green 185 ◦ blue 128

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

Shades of Olivine #9AB980

Tints of Olivine #9AB980

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.61%

 BLUE value IS 128 (50.39% from 255) = 27.41%

R = 32.98%
G = 39.61%
B = 27.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#9AB980 (or 0x9AB980) is known color: Olivine. HEX triplet: 9A, B9 and 80. RGB value is (154,185,128). Sum of RGB (Red+Green+Blue) = 154+185+128=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB980 is #65467F. Grayscale: #A9A9A9. Windows color (decimal): -6637184 or 8436122. OLE color: 8436122.

HSL color Cylindrical-coordinate representation of color #9AB980: hue angle of 92.63º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AB980 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 185 128 -
CMYK 0.17 0 0.31 0.27
HSL 92.63º 0.29% 0.61% -
HSV(B) 92.63º 0.31% 0.73% -
XYZ 34.57 43.13 26.92 -
YUV 169.23 104.73 117.13 -
System Red Green Blue C M Y K H S L
Decimal 154 185 128 0.17 0 0.31 0.27 92.63 0.29 0.61
Hex 9A B9 80 11 0 1F 1B 5D 1D 3D
Octal 232 271 200 21 0 37 33 135 35 75
Binary 10011010 10111001 10000000 10001 0 11111 11011 1011101 11101 111101

Color Harmonies of #9AB980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB980

Black with #9AB980

Text Example


Text Example

White with #9AB980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,185,128); }

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

background-color css

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

 a { background-color: rgb(154,185,128); }

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

border-color css

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

 span { border-color: rgb(154,185,128); }

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