Html Css Color HEX #93BA61 Olivine

📋 copy color: '#93BA61'

red 147 ◦ green 186 ◦ blue 97

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

Shades of Olivine #93BA61

Tints of Olivine #93BA61

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.26%

 BLUE value IS 97 (38.28% from 255) = 22.56%

R = 34.19%
G = 43.26%
B = 22.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#93BA61 (or 0x93BA61) is known color: Olivine. HEX triplet: 93, BA and 61. RGB value is (147,186,97). Sum of RGB (Red+Green+Blue) = 147+186+97=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BA61 is #6C459E. Grayscale: #A4A4A4. Windows color (decimal): -7095711 or 6404755. OLE color: 6404755.

HSL color Cylindrical-coordinate representation of color #93BA61: hue angle of 86.29º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93BA61 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 186 97 -
CMYK 0.21 0 0.48 0.27
HSL 86.29º 0.39% 0.55% -
HSV(B) 86.29º 0.48% 0.73% -
XYZ 31.75 42.18 17.78 -
YUV 164.19 90.08 115.74 -
System Red Green Blue C M Y K H S L
Decimal 147 186 97 0.21 0 0.48 0.27 86.29 0.39 0.55
Hex 93 BA 61 15 0 30 1B 56 27 37
Octal 223 272 141 25 0 60 33 126 47 67
Binary 10010011 10111010 1100001 10101 0 110000 11011 1010110 100111 110111

Color Harmonies of #93BA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BA61

Black with #93BA61

Text Example


Text Example

White with #93BA61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,186,97); }

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

background-color css

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

 a { background-color: rgb(147,186,97); }

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

border-color css

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

 span { border-color: rgb(147,186,97); }

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