Html Css Color HEX #93BC65 Olivine

📋 copy color: '#93BC65'

red 147 ◦ green 188 ◦ blue 101

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

Shades of Olivine #93BC65

Tints of Olivine #93BC65

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.12%

 BLUE value IS 101 (39.84% from 255) = 23.17%

R = 33.72%
G = 43.12%
B = 23.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#93BC65 (or 0x93BC65) is known color: Olivine. HEX triplet: 93, BC and 65. RGB value is (147,188,101). Sum of RGB (Red+Green+Blue) = 147+188+101=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BC65 is #6C439A. Grayscale: #A6A6A6. Windows color (decimal): -7095195 or 6667411. OLE color: 6667411.

HSL color Cylindrical-coordinate representation of color #93BC65: hue angle of 88.28º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93BC65 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 188 101 -
CMYK 0.22 0 0.46 0.26
HSL 88.28º 0.39% 0.57% -
HSV(B) 88.28º 0.46% 0.74% -
XYZ 32.36 43.11 18.93 -
YUV 165.82 91.42 114.57 -
System Red Green Blue C M Y K H S L
Decimal 147 188 101 0.22 0 0.46 0.26 88.28 0.39 0.57
Hex 93 BC 65 16 0 2E 1A 58 27 39
Octal 223 274 145 26 0 56 32 130 47 71
Binary 10010011 10111100 1100101 10110 0 101110 11010 1011000 100111 111001

Color Harmonies of #93BC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BC65

Black with #93BC65

Text Example


Text Example

White with #93BC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,188,101); }

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

background-color css

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

 a { background-color: rgb(147,188,101); }

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

border-color css

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

 span { border-color: rgb(147,188,101); }

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