Html Css Color HEX #93B966 Olivine

📋 copy color: '#93B966'

red 147 ◦ green 185 ◦ blue 102

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

Shades of Olivine #93B966

Tints of Olivine #93B966

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.63%

 BLUE value IS 102 (40.23% from 255) = 23.5%

R = 33.87%
G = 42.63%
B = 23.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#93B966 (or 0x93B966) is known color: Olivine. HEX triplet: 93, B9 and 66. RGB value is (147,185,102). Sum of RGB (Red+Green+Blue) = 147+185+102=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 185 - color contains mainly: green. Hex color #93B966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B966 is #6C4699. Grayscale: #A4A4A4. Windows color (decimal): -7095962 or 6732179. OLE color: 6732179.

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

Color convert

RGB 147 185 102 -
CMYK 0.21 0 0.45 0.27
HSL 87.47º 0.37% 0.56% -
HSV(B) 87.47º 0.45% 0.73% -
XYZ 31.78 41.86 18.98 -
YUV 164.18 92.91 115.75 -
System Red Green Blue C M Y K H S L
Decimal 147 185 102 0.21 0 0.45 0.27 87.47 0.37 0.56
Hex 93 B9 66 15 0 2D 1B 57 25 38
Octal 223 271 146 25 0 55 33 127 45 70
Binary 10010011 10111001 1100110 10101 0 101101 11011 1010111 100101 111000

Color Harmonies of #93B966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B966

Black with #93B966

Text Example


Text Example

White with #93B966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,185,102); }

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

background-color css

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

 a { background-color: rgb(147,185,102); }

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

border-color css

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

 span { border-color: rgb(147,185,102); }

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