Html Css Color HEX #9AB17E Olivine

📋 copy color: '#9AB17E'

red 154 ◦ green 177 ◦ blue 126

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

Shades of Olivine #9AB17E

Tints of Olivine #9AB17E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.57%

R = 33.7%
G = 38.73%
B = 27.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#9AB17E (or 0x9AB17E) is known color: Olivine. HEX triplet: 9A, B1 and 7E. RGB value is (154,177,126). Sum of RGB (Red+Green+Blue) = 154+177+126=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB17E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB17E is #654E81. Grayscale: #A4A4A4. Windows color (decimal): -6639234 or 8303002. OLE color: 8303002.

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

Color convert

RGB 154 177 126 -
CMYK 0.13 0 0.29 0.31
HSL 87.06º 0.25% 0.59% -
HSV(B) 87.06º 0.29% 0.69% -
XYZ 32.81 39.82 25.7 -
YUV 164.31 106.38 120.65 -
System Red Green Blue C M Y K H S L
Decimal 154 177 126 0.13 0 0.29 0.31 87.06 0.25 0.59
Hex 9A B1 7E D 0 1D 1F 57 19 3B
Octal 232 261 176 15 0 35 37 127 31 73
Binary 10011010 10110001 1111110 1101 0 11101 11111 1010111 11001 111011

Color Harmonies of #9AB17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB17E

Black with #9AB17E

Text Example


Text Example

White with #9AB17E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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