Html Css Color HEX #93BE74 Olivine

📋 copy color: '#93BE74'

red 147 ◦ green 190 ◦ blue 116

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

Shades of Olivine #93BE74

Tints of Olivine #93BE74

RGB

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

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

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

R = 32.45%
G = 41.94%
B = 25.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#93BE74 (or 0x93BE74) is known color: Olivine. HEX triplet: 93, BE and 74. RGB value is (147,190,116). Sum of RGB (Red+Green+Blue) = 147+190+116=453 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.45% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 190 - color contains mainly: green. Hex color #93BE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BE74 is #6C418B. Grayscale: #A8A8A8. Windows color (decimal): -7094668 or 7650963. OLE color: 7650963.

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

Color convert

RGB 147 190 116 -
CMYK 0.23 0 0.39 0.25
HSL 94.86º 0.36% 0.6% -
HSV(B) 94.86º 0.39% 0.75% -
XYZ 33.6 44.29 23.3 -
YUV 168.71 98.25 112.52 -
System Red Green Blue C M Y K H S L
Decimal 147 190 116 0.23 0 0.39 0.25 94.86 0.36 0.6
Hex 93 BE 74 17 0 27 19 5F 24 3C
Octal 223 276 164 27 0 47 31 137 44 74
Binary 10010011 10111110 1110100 10111 0 100111 11001 1011111 100100 111100

Color Harmonies of #93BE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BE74

Black with #93BE74

Text Example


Text Example

White with #93BE74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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