Html Css Color HEX #9AB16E Olivine

📋 copy color: '#9AB16E'

red 154 ◦ green 177 ◦ blue 110

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

Shades of Olivine #9AB16E

Tints of Olivine #9AB16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.94%

R = 34.92%
G = 40.14%
B = 24.94%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#9AB16E (or 0x9AB16E) is known color: Olivine. HEX triplet: 9A, B1 and 6E. RGB value is (154,177,110). Sum of RGB (Red+Green+Blue) = 154+177+110=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB16E is #654E91. Grayscale: #A2A2A2. Windows color (decimal): -6639250 or 7254426. OLE color: 7254426.

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

Color convert

RGB 154 177 110 -
CMYK 0.13 0 0.38 0.31
HSL 80.6º 0.3% 0.56% -
HSV(B) 80.6º 0.38% 0.69% -
XYZ 31.86 39.44 20.69 -
YUV 162.49 98.38 121.95 -
System Red Green Blue C M Y K H S L
Decimal 154 177 110 0.13 0 0.38 0.31 80.6 0.3 0.56
Hex 9A B1 6E D 0 26 1F 51 1E 38
Octal 232 261 156 15 0 46 37 121 36 70
Binary 10011010 10110001 1101110 1101 0 100110 11111 1010001 11110 111000

Color Harmonies of #9AB16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB16E

Black with #9AB16E

Text Example


Text Example

White with #9AB16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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