Html Css Color HEX #9AB170 Olivine

📋 copy color: '#9AB170'

red 154 ◦ green 177 ◦ blue 112

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

Shades of Olivine #9AB170

Tints of Olivine #9AB170

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.95%

 BLUE value IS 112 (44.14% from 255) = 25.28%

R = 34.76%
G = 39.95%
B = 25.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#9AB170 (or 0x9AB170) is known color: Olivine. HEX triplet: 9A, B1 and 70. RGB value is (154,177,112). Sum of RGB (Red+Green+Blue) = 154+177+112=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB170 is #654E8F. Grayscale: #A2A2A2. Windows color (decimal): -6639248 or 7385498. OLE color: 7385498.

HSL color Cylindrical-coordinate representation of color #9AB170: hue angle of 81.23º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AB170 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 154 177 112 -
CMYK 0.13 0 0.37 0.31
HSL 81.23º 0.29% 0.57% -
HSV(B) 81.23º 0.37% 0.69% -
XYZ 31.97 39.48 21.27 -
YUV 162.71 99.38 121.79 -
System Red Green Blue C M Y K H S L
Decimal 154 177 112 0.13 0 0.37 0.31 81.23 0.29 0.57
Hex 9A B1 70 D 0 25 1F 51 1D 39
Octal 232 261 160 15 0 45 37 121 35 71
Binary 10011010 10110001 1110000 1101 0 100101 11111 1010001 11101 111001

Color Harmonies of #9AB170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB170

Black with #9AB170

Text Example


Text Example

White with #9AB170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,177,112); }

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

background-color css

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

 a { background-color: rgb(154,177,112); }

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

border-color css

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

 span { border-color: rgb(154,177,112); }

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