Html Css Color HEX #9AB96A Olivine

📋 copy color: '#9AB96A'

red 154 ◦ green 185 ◦ blue 106

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

Shades of Olivine #9AB96A

Tints of Olivine #9AB96A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.57%

 BLUE value IS 106 (41.8% from 255) = 23.82%

R = 34.61%
G = 41.57%
B = 23.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#9AB96A (or 0x9AB96A) is known color: Olivine. HEX triplet: 9A, B9 and 6A. RGB value is (154,185,106). Sum of RGB (Red+Green+Blue) = 154+185+106=445 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.61% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB96A is #654695. Grayscale: #A7A7A7. Windows color (decimal): -6637206 or 6994330. OLE color: 6994330.

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

Color convert

RGB 154 185 106 -
CMYK 0.17 0 0.43 0.27
HSL 83.54º 0.36% 0.57% -
HSV(B) 83.54º 0.43% 0.73% -
XYZ 33.28 42.61 20.11 -
YUV 166.73 93.73 118.92 -
System Red Green Blue C M Y K H S L
Decimal 154 185 106 0.17 0 0.43 0.27 83.54 0.36 0.57
Hex 9A B9 6A 11 0 2B 1B 54 24 39
Octal 232 271 152 21 0 53 33 124 44 71
Binary 10011010 10111001 1101010 10001 0 101011 11011 1010100 100100 111001

Color Harmonies of #9AB96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB96A

Black with #9AB96A

Text Example


Text Example

White with #9AB96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,185,106); }

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

background-color css

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

 a { background-color: rgb(154,185,106); }

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

border-color css

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

 span { border-color: rgb(154,185,106); }

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