Html Css Color HEX #9ABB6E Olivine

📋 copy color: '#9ABB6E'

red 154 ◦ green 187 ◦ blue 110

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

Shades of Olivine #9ABB6E

Tints of Olivine #9ABB6E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.46%

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

R = 34.15%
G = 41.46%
B = 24.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#9ABB6E (or 0x9ABB6E) is known color: Olivine. HEX triplet: 9A, BB and 6E. RGB value is (154,187,110). Sum of RGB (Red+Green+Blue) = 154+187+110=451 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.15% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABB6E is #654491. Grayscale: #A8A8A8. Windows color (decimal): -6636690 or 7256986. OLE color: 7256986.

HSL color Cylindrical-coordinate representation of color #9ABB6E: hue angle of 85.71º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9ABB6E is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 187 110 -
CMYK 0.18 0 0.41 0.27
HSL 85.71º 0.36% 0.58% -
HSV(B) 85.71º 0.41% 0.73% -
XYZ 33.91 43.54 21.37 -
YUV 168.36 95.07 117.76 -
System Red Green Blue C M Y K H S L
Decimal 154 187 110 0.18 0 0.41 0.27 85.71 0.36 0.58
Hex 9A BB 6E 12 0 29 1B 56 24 3A
Octal 232 273 156 22 0 51 33 126 44 72
Binary 10011010 10111011 1101110 10010 0 101001 11011 1010110 100100 111010

Color Harmonies of #9ABB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABB6E

Black with #9ABB6E

Text Example


Text Example

White with #9ABB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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