Html Css Color HEX #9ABC5D Olivine

📋 copy color: '#9ABC5D'

red 154 ◦ green 188 ◦ blue 93

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

Shades of Olivine #9ABC5D

Tints of Olivine #9ABC5D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.22%

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

R = 35.4%
G = 43.22%
B = 21.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#9ABC5D (or 0x9ABC5D) is known color: Olivine. HEX triplet: 9A, BC and 5D. RGB value is (154,188,93). Sum of RGB (Red+Green+Blue) = 154+188+93=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABC5D is #6543A2. Grayscale: #A7A7A7. Windows color (decimal): -6636451 or 6143130. OLE color: 6143130.

HSL color Cylindrical-coordinate representation of color #9ABC5D: hue angle of 81.47º degrees, saturation: 0.41, 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 #9ABC5D is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 188 93 -
CMYK 0.18 0 0.51 0.26
HSL 81.47º 0.41% 0.55% -
HSV(B) 81.47º 0.51% 0.74% -
XYZ 33.29 43.63 17.02 -
YUV 167 86.24 118.72 -
System Red Green Blue C M Y K H S L
Decimal 154 188 93 0.18 0 0.51 0.26 81.47 0.41 0.55
Hex 9A BC 5D 12 0 33 1A 51 29 37
Octal 232 274 135 22 0 63 32 121 51 67
Binary 10011010 10111100 1011101 10010 0 110011 11010 1010001 101001 110111

Color Harmonies of #9ABC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABC5D

Black with #9ABC5D

Text Example


Text Example

White with #9ABC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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