Html Css Color HEX #93A13A Wasabi

📋 copy color: '#93A13A'

red 147 ◦ green 161 ◦ blue 58

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

Shades of Wasabi #93A13A

Tints of Wasabi #93A13A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.99%

 BLUE value IS 58 (23.05% from 255) = 15.85%

R = 40.16%
G = 43.99%
B = 15.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#93A13A (or 0x93A13A) is known color: Wasabi. HEX triplet: 93, A1 and 3A. RGB value is (147,161,58). Sum of RGB (Red+Green+Blue) = 147+161+58=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 161 - color contains mainly: green. Hex color #93A13A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A13A is #6C5EC5. Grayscale: #919191. Windows color (decimal): -7102150 or 3842451. OLE color: 3842451.

HSL color Cylindrical-coordinate representation of color #93A13A: hue angle of 68.16º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93A13A is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB 147 161 58 -
CMYK 0.09 0 0.64 0.37
HSL 68.16º 0.47% 0.43% -
HSV(B) 68.16º 0.64% 0.63% -
XYZ 25.54 32 8.83 -
YUV 145.07 78.86 129.38 -
System Red Green Blue C M Y K H S L
Decimal 147 161 58 0.09 0 0.64 0.37 68.16 0.47 0.43
Hex 93 A1 3A 9 0 40 25 44 2F 2B
Octal 223 241 72 11 0 100 45 104 57 53
Binary 10010011 10100001 111010 1001 0 1000000 100101 1000100 101111 101011

Color Harmonies of #93A13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A13A

Black with #93A13A

Text Example


Text Example

White with #93A13A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,161,58); }

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

background-color css

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

 a { background-color: rgb(147,161,58); }

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

border-color css

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

 span { border-color: rgb(147,161,58); }

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