Html Css Color HEX #93C475 Olivine

📋 copy color: '#93C475'

red 147 ◦ green 196 ◦ blue 117

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

Shades of Olivine #93C475

Tints of Olivine #93C475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.43%

R = 31.96%
G = 42.61%
B = 25.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#93C475 (or 0x93C475) is known color: Olivine. HEX triplet: 93, C4 and 75. RGB value is (147,196,117). Sum of RGB (Red+Green+Blue) = 147+196+117=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 196 - color contains mainly: green. Hex color #93C475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C475 is #6C3B8A. Grayscale: #ACACAC. Windows color (decimal): -7093131 or 7718035. OLE color: 7718035.

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

Color convert

RGB 147 196 117 -
CMYK 0.25 0 0.40 0.23
HSL 97.22º 0.4% 0.61% -
HSV(B) 97.22º 0.4% 0.77% -
XYZ 34.98 46.97 24.05 -
YUV 172.34 96.77 109.92 -
System Red Green Blue C M Y K H S L
Decimal 147 196 117 0.25 0 0.40 0.23 97.22 0.4 0.61
Hex 93 C4 75 19 0 28 17 61 28 3D
Octal 223 304 165 31 0 50 27 141 50 75
Binary 10010011 11000100 1110101 11001 0 101000 10111 1100001 101000 111101

Color Harmonies of #93C475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C475

Black with #93C475

Text Example


Text Example

White with #93C475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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