Html Css Color HEX #93BC74 Olivine

📋 copy color: '#93BC74'

red 147 ◦ green 188 ◦ blue 116

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

Shades of Olivine #93BC74

Tints of Olivine #93BC74

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.69%

 BLUE value IS 116 (45.7% from 255) = 25.72%

R = 32.59%
G = 41.69%
B = 25.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#93BC74 (or 0x93BC74) is known color: Olivine. HEX triplet: 93, BC and 74. RGB value is (147,188,116). Sum of RGB (Red+Green+Blue) = 147+188+116=451 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.59% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BC74 is #6C438B. Grayscale: #A7A7A7. Windows color (decimal): -7095180 or 7650451. OLE color: 7650451.

HSL color Cylindrical-coordinate representation of color #93BC74: hue angle of 94.17º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93BC74 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 188 116 -
CMYK 0.22 0 0.38 0.26
HSL 94.17º 0.35% 0.6% -
HSV(B) 94.17º 0.38% 0.74% -
XYZ 33.17 43.43 23.16 -
YUV 167.53 98.92 113.35 -
System Red Green Blue C M Y K H S L
Decimal 147 188 116 0.22 0 0.38 0.26 94.17 0.35 0.6
Hex 93 BC 74 16 0 26 1A 5E 23 3C
Octal 223 274 164 26 0 46 32 136 43 74
Binary 10010011 10111100 1110100 10110 0 100110 11010 1011110 100011 111100

Color Harmonies of #93BC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BC74

Black with #93BC74

Text Example


Text Example

White with #93BC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,188,116); }

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

background-color css

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

 a { background-color: rgb(147,188,116); }

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

border-color css

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

 span { border-color: rgb(147,188,116); }

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