Html Css Color HEX #93BE5E Olivine

📋 copy color: '#93BE5E'

red 147 ◦ green 190 ◦ blue 94

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

Shades of Olivine #93BE5E

Tints of Olivine #93BE5E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.08%

 BLUE value IS 94 (37.11% from 255) = 21.81%

R = 34.11%
G = 44.08%
B = 21.81%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#93BE5E (or 0x93BE5E) is known color: Olivine. HEX triplet: 93, BE and 5E. RGB value is (147,190,94). Sum of RGB (Red+Green+Blue) = 147+190+94=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 190 - color contains mainly: green. Hex color #93BE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BE5E is #6C41A1. Grayscale: #A6A6A6. Windows color (decimal): -7094690 or 6209171. OLE color: 6209171.

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

Color convert

RGB 147 190 94 -
CMYK 0.23 0 0.51 0.25
HSL 86.88º 0.42% 0.56% -
HSV(B) 86.88º 0.51% 0.75% -
XYZ 32.47 43.84 17.34 -
YUV 166.2 87.25 114.31 -
System Red Green Blue C M Y K H S L
Decimal 147 190 94 0.23 0 0.51 0.25 86.88 0.42 0.56
Hex 93 BE 5E 17 0 33 19 57 2A 38
Octal 223 276 136 27 0 63 31 127 52 70
Binary 10010011 10111110 1011110 10111 0 110011 11001 1010111 101010 111000

Color Harmonies of #93BE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BE5E

Black with #93BE5E

Text Example


Text Example

White with #93BE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,190,94); }

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

background-color css

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

 a { background-color: rgb(147,190,94); }

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

border-color css

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

 span { border-color: rgb(147,190,94); }

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