Html Css Color HEX #93C471 Olivine

📋 copy color: '#93C471'

red 147 ◦ green 196 ◦ blue 113

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

Shades of Olivine #93C471

Tints of Olivine #93C471

RGB

 RED value IS 147 (57.81% from 255) = 32.24%

 GREEN value IS 196 (76.95% from 255) = 42.98%

 BLUE value IS 113 (44.53% from 255) = 24.78%

R = 32.24%
G = 42.98%
B = 24.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#93C471 (or 0x93C471) is known color: Olivine. HEX triplet: 93, C4 and 71. RGB value is (147,196,113). Sum of RGB (Red+Green+Blue) = 147+196+113=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 196 - color contains mainly: green. Hex color #93C471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C471 is #6C3B8E. Grayscale: #ACACAC. Windows color (decimal): -7093135 or 7455891. OLE color: 7455891.

HSL color Cylindrical-coordinate representation of color #93C471: hue angle of 95.42º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93C471 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 147 196 113 -
CMYK 0.25 0 0.42 0.23
HSL 95.42º 0.41% 0.61% -
HSV(B) 95.42º 0.42% 0.77% -
XYZ 34.75 46.88 22.84 -
YUV 171.89 94.77 110.25 -
System Red Green Blue C M Y K H S L
Decimal 147 196 113 0.25 0 0.42 0.23 95.42 0.41 0.61
Hex 93 C4 71 19 0 2A 17 5F 29 3D
Octal 223 304 161 31 0 52 27 137 51 75
Binary 10010011 11000100 1110001 11001 0 101010 10111 1011111 101001 111101

Color Harmonies of #93C471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C471

Black with #93C471

Text Example


Text Example

White with #93C471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93C471; }

 p { color: rgb(147,196,113); }

 H1.HeaderClassName
 {
   color: #93C471;
 }
 .AnyTagClassName
 {
   color: #93C471;
 }
</style>

background-color css

<style>
 a { background-color: #93C471; }

 a { background-color: rgb(147,196,113); }

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

border-color css

<style>
 span { border-color: #93C471; }

 span { border-color: rgb(147,196,113); }

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