Html Css Color HEX #9ABD5D Olivine

📋 copy color: '#9ABD5D'

red 154 ◦ green 189 ◦ blue 93

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

Shades of Olivine #9ABD5D

Tints of Olivine #9ABD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.33%

R = 35.32%
G = 43.35%
B = 21.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#9ABD5D (or 0x9ABD5D) is known color: Olivine. HEX triplet: 9A, BD and 5D. RGB value is (154,189,93). Sum of RGB (Red+Green+Blue) = 154+189+93=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABD5D is #6542A2. Grayscale: #A7A7A7. Windows color (decimal): -6636195 or 6143386. OLE color: 6143386.

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

Color convert

RGB 154 189 93 -
CMYK 0.19 0 0.51 0.26
HSL 81.87º 0.42% 0.55% -
HSV(B) 81.87º 0.51% 0.74% -
XYZ 33.5 44.06 17.09 -
YUV 167.59 85.9 118.31 -
System Red Green Blue C M Y K H S L
Decimal 154 189 93 0.19 0 0.51 0.26 81.87 0.42 0.55
Hex 9A BD 5D 13 0 33 1A 52 2A 37
Octal 232 275 135 23 0 63 32 122 52 67
Binary 10011010 10111101 1011101 10011 0 110011 11010 1010010 101010 110111

Color Harmonies of #9ABD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABD5D

Black with #9ABD5D

Text Example


Text Example

White with #9ABD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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