Html Css Color HEX #9AB46D Olivine

📋 copy color: '#9AB46D'

red 154 ◦ green 180 ◦ blue 109

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

Shades of Olivine #9AB46D

Tints of Olivine #9AB46D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.63%

 BLUE value IS 109 (42.97% from 255) = 24.6%

R = 34.76%
G = 40.63%
B = 24.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#9AB46D (or 0x9AB46D) is known color: Olivine. HEX triplet: 9A, B4 and 6D. RGB value is (154,180,109). Sum of RGB (Red+Green+Blue) = 154+180+109=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB46D is #654B92. Grayscale: #A4A4A4. Windows color (decimal): -6638483 or 7189658. OLE color: 7189658.

HSL color Cylindrical-coordinate representation of color #9AB46D: hue angle of 81.97º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AB46D is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 154 180 109 -
CMYK 0.14 0 0.39 0.29
HSL 81.97º 0.32% 0.57% -
HSV(B) 81.97º 0.39% 0.71% -
XYZ 32.41 40.62 20.6 -
YUV 164.13 96.89 120.77 -
System Red Green Blue C M Y K H S L
Decimal 154 180 109 0.14 0 0.39 0.29 81.97 0.32 0.57
Hex 9A B4 6D E 0 27 1D 52 20 39
Octal 232 264 155 16 0 47 35 122 40 71
Binary 10011010 10110100 1101101 1110 0 100111 11101 1010010 100000 111001

Color Harmonies of #9AB46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB46D

Black with #9AB46D

Text Example


Text Example

White with #9AB46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,180,109); }

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

background-color css

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

 a { background-color: rgb(154,180,109); }

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

border-color css

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

 span { border-color: rgb(154,180,109); }

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