Html Css Color HEX #93C277 Olivine

📋 copy color: '#93C277'

red 147 ◦ green 194 ◦ blue 119

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

Shades of Olivine #93C277

Tints of Olivine #93C277

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.17%

 BLUE value IS 119 (46.88% from 255) = 25.87%

R = 31.96%
G = 42.17%
B = 25.87%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#93C277 (or 0x93C277) is known color: Olivine. HEX triplet: 93, C2 and 77. RGB value is (147,194,119). Sum of RGB (Red+Green+Blue) = 147+194+119=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #93C277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C277 is #6C3D88. Grayscale: #ABABAB. Windows color (decimal): -7093641 or 7848595. OLE color: 7848595.

HSL color Cylindrical-coordinate representation of color #93C277: hue angle of 97.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93C277 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 147 194 119 -
CMYK 0.24 0 0.39 0.24
HSL 97.6º 0.38% 0.61% -
HSV(B) 97.6º 0.39% 0.76% -
XYZ 34.65 46.12 24.53 -
YUV 171.4 98.43 110.6 -
System Red Green Blue C M Y K H S L
Decimal 147 194 119 0.24 0 0.39 0.24 97.6 0.38 0.61
Hex 93 C2 77 18 0 27 18 62 26 3D
Octal 223 302 167 30 0 47 30 142 46 75
Binary 10010011 11000010 1110111 11000 0 100111 11000 1100010 100110 111101

Color Harmonies of #93C277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C277

Black with #93C277

Text Example


Text Example

White with #93C277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,194,119); }

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

background-color css

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

 a { background-color: rgb(147,194,119); }

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

border-color css

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

 span { border-color: rgb(147,194,119); }

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