Html Css Color HEX #9ABD5F Olivine

📋 copy color: '#9ABD5F'

red 154 ◦ green 189 ◦ blue 95

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

Shades of Olivine #9ABD5F

Tints of Olivine #9ABD5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.69%

R = 35.16%
G = 43.15%
B = 21.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#9ABD5F (or 0x9ABD5F) is known color: Olivine. HEX triplet: 9A, BD and 5F. RGB value is (154,189,95). Sum of RGB (Red+Green+Blue) = 154+189+95=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABD5F is #6542A0. Grayscale: #A8A8A8. Windows color (decimal): -6636193 or 6274458. OLE color: 6274458.

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

Color convert

RGB 154 189 95 -
CMYK 0.19 0 0.50 0.26
HSL 82.34º 0.42% 0.56% -
HSV(B) 82.34º 0.5% 0.74% -
XYZ 33.59 44.09 17.57 -
YUV 167.82 86.9 118.14 -
System Red Green Blue C M Y K H S L
Decimal 154 189 95 0.19 0 0.50 0.26 82.34 0.42 0.56
Hex 9A BD 5F 13 0 32 1A 52 2A 38
Octal 232 275 137 23 0 62 32 122 52 70
Binary 10011010 10111101 1011111 10011 0 110010 11010 1010010 101010 111000

Color Harmonies of #9ABD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABD5F

Black with #9ABD5F

Text Example


Text Example

White with #9ABD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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