Html Css Color HEX #93BE68 Olivine

📋 copy color: '#93BE68'

red 147 ◦ green 190 ◦ blue 104

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

Shades of Olivine #93BE68

Tints of Olivine #93BE68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.58%

R = 33.33%
G = 43.08%
B = 23.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#93BE68 (or 0x93BE68) is known color: Olivine. HEX triplet: 93, BE and 68. RGB value is (147,190,104). Sum of RGB (Red+Green+Blue) = 147+190+104=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 190 - color contains mainly: green. Hex color #93BE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BE68 is #6C4197. Grayscale: #A7A7A7. Windows color (decimal): -7094680 or 6864531. OLE color: 6864531.

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

Color convert

RGB 147 190 104 -
CMYK 0.23 0 0.45 0.25
HSL 90º 0.4% 0.58% -
HSV(B) 90º 0.45% 0.75% -
XYZ 32.94 44.03 19.86 -
YUV 167.34 92.25 113.49 -
System Red Green Blue C M Y K H S L
Decimal 147 190 104 0.23 0 0.45 0.25 90 0.4 0.58
Hex 93 BE 68 17 0 2D 19 5A 28 3A
Octal 223 276 150 27 0 55 31 132 50 72
Binary 10010011 10111110 1101000 10111 0 101101 11001 1011010 101000 111010

Color Harmonies of #93BE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BE68

Black with #93BE68

Text Example


Text Example

White with #93BE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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