Html Css Color HEX #9AB271 Olivine

📋 copy color: '#9AB271'

red 154 ◦ green 178 ◦ blue 113

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

Shades of Olivine #9AB271

Tints of Olivine #9AB271

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40%

 BLUE value IS 113 (44.53% from 255) = 25.39%

R = 34.61%
G = 40%
B = 25.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#9AB271 (or 0x9AB271) is known color: Olivine. HEX triplet: 9A, B2 and 71. RGB value is (154,178,113). Sum of RGB (Red+Green+Blue) = 154+178+113=445 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.61% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB271 is #654D8E. Grayscale: #A3A3A3. Windows color (decimal): -6638991 or 7451290. OLE color: 7451290.

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

Color convert

RGB 154 178 113 -
CMYK 0.13 0 0.37 0.30
HSL 82.15º 0.3% 0.57% -
HSV(B) 82.15º 0.37% 0.7% -
XYZ 32.23 39.9 21.63 -
YUV 163.41 99.55 121.29 -
System Red Green Blue C M Y K H S L
Decimal 154 178 113 0.13 0 0.37 0.30 82.15 0.3 0.57
Hex 9A B2 71 D 0 25 1E 52 1E 39
Octal 232 262 161 15 0 45 36 122 36 71
Binary 10011010 10110010 1110001 1101 0 100101 11110 1010010 11110 111001

Color Harmonies of #9AB271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB271

Black with #9AB271

Text Example


Text Example

White with #9AB271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,178,113); }

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

background-color css

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

 a { background-color: rgb(154,178,113); }

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

border-color css

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

 span { border-color: rgb(154,178,113); }

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