Html Css Color HEX #9ABB5D Olivine

📋 copy color: '#9ABB5D'

red 154 ◦ green 187 ◦ blue 93

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

Shades of Olivine #9ABB5D

Tints of Olivine #9ABB5D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.09%

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

R = 35.48%
G = 43.09%
B = 21.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#9ABB5D (or 0x9ABB5D) is known color: Olivine. HEX triplet: 9A, BB and 5D. RGB value is (154,187,93). Sum of RGB (Red+Green+Blue) = 154+187+93=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABB5D is #6544A2. Grayscale: #A6A6A6. Windows color (decimal): -6636707 or 6142874. OLE color: 6142874.

HSL color Cylindrical-coordinate representation of color #9ABB5D: hue angle of 81.06º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9ABB5D is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 187 93 -
CMYK 0.18 0 0.50 0.27
HSL 81.06º 0.41% 0.55% -
HSV(B) 81.06º 0.5% 0.73% -
XYZ 33.07 43.2 16.95 -
YUV 166.42 86.57 119.14 -
System Red Green Blue C M Y K H S L
Decimal 154 187 93 0.18 0 0.50 0.27 81.06 0.41 0.55
Hex 9A BB 5D 12 0 32 1B 51 29 37
Octal 232 273 135 22 0 62 33 121 51 67
Binary 10011010 10111011 1011101 10010 0 110010 11011 1010001 101001 110111

Color Harmonies of #9ABB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABB5D

Black with #9ABB5D

Text Example


Text Example

White with #9ABB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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