Html Css Color HEX #9AB960 Olivine

📋 copy color: '#9AB960'

red 154 ◦ green 185 ◦ blue 96

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

Shades of Olivine #9AB960

Tints of Olivine #9AB960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.07%

R = 35.4%
G = 42.53%
B = 22.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#9AB960 (or 0x9AB960) is known color: Olivine. HEX triplet: 9A, B9 and 60. RGB value is (154,185,96). Sum of RGB (Red+Green+Blue) = 154+185+96=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB960 is #65469F. Grayscale: #A5A5A5. Windows color (decimal): -6637216 or 6338970. OLE color: 6338970.

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

Color convert

RGB 154 185 96 -
CMYK 0.17 0 0.48 0.27
HSL 80.9º 0.39% 0.55% -
HSV(B) 80.9º 0.48% 0.73% -
XYZ 32.79 42.41 17.52 -
YUV 165.59 88.73 119.74 -
System Red Green Blue C M Y K H S L
Decimal 154 185 96 0.17 0 0.48 0.27 80.9 0.39 0.55
Hex 9A B9 60 11 0 30 1B 51 27 37
Octal 232 271 140 21 0 60 33 121 47 67
Binary 10011010 10111001 1100000 10001 0 110000 11011 1010001 100111 110111

Color Harmonies of #9AB960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB960

Black with #9AB960

Text Example


Text Example

White with #9AB960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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