Html Css Color HEX #93C664 Olivine

📋 copy color: '#93C664'

red 147 ◦ green 198 ◦ blue 100

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

Shades of Olivine #93C664

Tints of Olivine #93C664

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.49%

 BLUE value IS 100 (39.45% from 255) = 22.47%

R = 33.03%
G = 44.49%
B = 22.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#93C664 (or 0x93C664) is known color: Olivine. HEX triplet: 93, C6 and 64. RGB value is (147,198,100). Sum of RGB (Red+Green+Blue) = 147+198+100=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 198 - color contains mainly: green. Hex color #93C664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C664 is #6C399B. Grayscale: #ABABAB. Windows color (decimal): -7092636 or 6604435. OLE color: 6604435.

HSL color Cylindrical-coordinate representation of color #93C664: hue angle of 91.22º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93C664 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 147 198 100 -
CMYK 0.26 0 0.49 0.22
HSL 91.22º 0.46% 0.58% -
HSV(B) 91.22º 0.49% 0.78% -
XYZ 34.53 47.51 19.41 -
YUV 171.58 87.6 110.47 -
System Red Green Blue C M Y K H S L
Decimal 147 198 100 0.26 0 0.49 0.22 91.22 0.46 0.58
Hex 93 C6 64 1A 0 31 16 5B 2E 3A
Octal 223 306 144 32 0 61 26 133 56 72
Binary 10010011 11000110 1100100 11010 0 110001 10110 1011011 101110 111010

Color Harmonies of #93C664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C664

Black with #93C664

Text Example


Text Example

White with #93C664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,198,100); }

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

background-color css

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

 a { background-color: rgb(147,198,100); }

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

border-color css

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

 span { border-color: rgb(147,198,100); }

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