Html Css Color HEX #9AB17A Olivine

📋 copy color: '#9AB17A'

red 154 ◦ green 177 ◦ blue 122

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

Shades of Olivine #9AB17A

Tints of Olivine #9AB17A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.93%

R = 34%
G = 39.07%
B = 26.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#9AB17A (or 0x9AB17A) is known color: Olivine. HEX triplet: 9A, B1 and 7A. RGB value is (154,177,122). Sum of RGB (Red+Green+Blue) = 154+177+122=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB17A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB17A is #654E85. Grayscale: #A4A4A4. Windows color (decimal): -6639238 or 8040858. OLE color: 8040858.

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

Color convert

RGB 154 177 122 -
CMYK 0.13 0 0.31 0.31
HSL 85.09º 0.26% 0.59% -
HSV(B) 85.09º 0.31% 0.69% -
XYZ 32.56 39.72 24.36 -
YUV 163.85 104.38 120.97 -
System Red Green Blue C M Y K H S L
Decimal 154 177 122 0.13 0 0.31 0.31 85.09 0.26 0.59
Hex 9A B1 7A D 0 1F 1F 55 1A 3B
Octal 232 261 172 15 0 37 37 125 32 73
Binary 10011010 10110001 1111010 1101 0 11111 11111 1010101 11010 111011

Color Harmonies of #9AB17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB17A

Black with #9AB17A

Text Example


Text Example

White with #9AB17A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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