Html Css Color HEX #93C063 Olivine

📋 copy color: '#93C063'

red 147 ◦ green 192 ◦ blue 99

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

Shades of Olivine #93C063

Tints of Olivine #93C063

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.84%

 BLUE value IS 99 (39.06% from 255) = 22.6%

R = 33.56%
G = 43.84%
B = 22.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#93C063 (or 0x93C063) is known color: Olivine. HEX triplet: 93, C0 and 63. RGB value is (147,192,99). Sum of RGB (Red+Green+Blue) = 147+192+99=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #93C063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C063 is #6C3F9C. Grayscale: #A8A8A8. Windows color (decimal): -7094173 or 6537363. OLE color: 6537363.

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

Color convert

RGB 147 192 99 -
CMYK 0.23 0 0.48 0.25
HSL 89.03º 0.42% 0.57% -
HSV(B) 89.03º 0.48% 0.75% -
XYZ 33.13 44.8 18.71 -
YUV 167.94 89.09 113.06 -
System Red Green Blue C M Y K H S L
Decimal 147 192 99 0.23 0 0.48 0.25 89.03 0.42 0.57
Hex 93 C0 63 17 0 30 19 59 2A 39
Octal 223 300 143 27 0 60 31 131 52 71
Binary 10010011 11000000 1100011 10111 0 110000 11001 1011001 101010 111001

Color Harmonies of #93C063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C063

Black with #93C063

Text Example


Text Example

White with #93C063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,192,99); }

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

background-color css

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

 a { background-color: rgb(147,192,99); }

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

border-color css

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

 span { border-color: rgb(147,192,99); }

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