Html Css Color HEX #93C365 Olivine

📋 copy color: '#93C365'

red 147 ◦ green 195 ◦ blue 101

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

Shades of Olivine #93C365

Tints of Olivine #93C365

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.02%

 BLUE value IS 101 (39.84% from 255) = 22.8%

R = 33.18%
G = 44.02%
B = 22.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#93C365 (or 0x93C365) is known color: Olivine. HEX triplet: 93, C3 and 65. RGB value is (147,195,101). Sum of RGB (Red+Green+Blue) = 147+195+101=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 195 - color contains mainly: green. Hex color #93C365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C365 is #6C3C9A. Grayscale: #AAAAAA. Windows color (decimal): -7093403 or 6669203. OLE color: 6669203.

HSL color Cylindrical-coordinate representation of color #93C365: hue angle of 90.64º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93C365 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 147 195 101 -
CMYK 0.25 0 0.48 0.24
HSL 90.64º 0.44% 0.58% -
HSV(B) 90.64º 0.48% 0.76% -
XYZ 33.9 46.17 19.44 -
YUV 169.93 89.1 111.64 -
System Red Green Blue C M Y K H S L
Decimal 147 195 101 0.25 0 0.48 0.24 90.64 0.44 0.58
Hex 93 C3 65 19 0 30 18 5B 2C 3A
Octal 223 303 145 31 0 60 30 133 54 72
Binary 10010011 11000011 1100101 11001 0 110000 11000 1011011 101100 111010

Color Harmonies of #93C365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C365

Black with #93C365

Text Example


Text Example

White with #93C365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,195,101); }

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

background-color css

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

 a { background-color: rgb(147,195,101); }

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

border-color css

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

 span { border-color: rgb(147,195,101); }

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