Html Css Color HEX #93BE5D Olivine

📋 copy color: '#93BE5D'

red 147 ◦ green 190 ◦ blue 93

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

Shades of Olivine #93BE5D

Tints of Olivine #93BE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.63%

R = 34.19%
G = 44.19%
B = 21.63%

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

#93BE5D (or 0x93BE5D) is known color: Olivine. HEX triplet: 93, BE and 5D. RGB value is (147,190,93). Sum of RGB (Red+Green+Blue) = 147+190+93=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 190 - color contains mainly: green. Hex color #93BE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BE5D is #6C41A2. Grayscale: #A6A6A6. Windows color (decimal): -7094691 or 6143635. OLE color: 6143635.

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

Color convert

RGB 147 190 93 -
CMYK 0.23 0 0.51 0.25
HSL 86.6º 0.43% 0.55% -
HSV(B) 86.6º 0.51% 0.75% -
XYZ 32.42 43.82 17.11 -
YUV 166.09 86.75 114.39 -
System Red Green Blue C M Y K H S L
Decimal 147 190 93 0.23 0 0.51 0.25 86.6 0.43 0.55
Hex 93 BE 5D 17 0 33 19 57 2B 37
Octal 223 276 135 27 0 63 31 127 53 67
Binary 10010011 10111110 1011101 10111 0 110011 11001 1010111 101011 110111

Color Harmonies of #93BE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BE5D

Black with #93BE5D

Text Example


Text Example

White with #93BE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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