Html Css Color HEX #9ABD61 Olivine

📋 copy color: '#9ABD61'

red 154 ◦ green 189 ◦ blue 97

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

Shades of Olivine #9ABD61

Tints of Olivine #9ABD61

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.95%

 BLUE value IS 97 (38.28% from 255) = 22.05%

R = 35%
G = 42.95%
B = 22.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#9ABD61 (or 0x9ABD61) is known color: Olivine. HEX triplet: 9A, BD and 61. RGB value is (154,189,97). Sum of RGB (Red+Green+Blue) = 154+189+97=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABD61 is #65429E. Grayscale: #A8A8A8. Windows color (decimal): -6636191 or 6405530. OLE color: 6405530.

HSL color Cylindrical-coordinate representation of color #9ABD61: hue angle of 82.83º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9ABD61 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 189 97 -
CMYK 0.19 0 0.49 0.26
HSL 82.83º 0.41% 0.56% -
HSV(B) 82.83º 0.49% 0.74% -
XYZ 33.68 44.13 18.05 -
YUV 168.05 87.9 117.98 -
System Red Green Blue C M Y K H S L
Decimal 154 189 97 0.19 0 0.49 0.26 82.83 0.41 0.56
Hex 9A BD 61 13 0 31 1A 53 29 38
Octal 232 275 141 23 0 61 32 123 51 70
Binary 10011010 10111101 1100001 10011 0 110001 11010 1010011 101001 111000

Color Harmonies of #9ABD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABD61

Black with #9ABD61

Text Example


Text Example

White with #9ABD61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,189,97); }

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

background-color css

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

 a { background-color: rgb(154,189,97); }

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

border-color css

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

 span { border-color: rgb(154,189,97); }

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