Html Css Color HEX #93A826 Limerick

📋 copy color: '#93A826'

red 147 ◦ green 168 ◦ blue 38

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

Shades of Limerick #93A826

Tints of Limerick #93A826

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.59%

 BLUE value IS 38 (15.23% from 255) = 10.76%

R = 41.64%
G = 47.59%
B = 10.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#93A826 (or 0x93A826) is known color: Limerick. HEX triplet: 93, A8 and 26. RGB value is (147,168,38). Sum of RGB (Red+Green+Blue) = 147+168+38=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 168 - color contains mainly: green. Hex color #93A826 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A826 is #6C57D9. Grayscale: #939393. Windows color (decimal): -7100378 or 2533523. OLE color: 2533523.

HSL color Cylindrical-coordinate representation of color #93A826: hue angle of 69.69º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #93A826 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB 147 168 38 -
CMYK 0.13 0 0.77 0.34
HSL 69.69º 0.63% 0.4% -
HSV(B) 69.69º 0.77% 0.66% -
XYZ 26.39 34.35 7.07 -
YUV 146.9 66.54 128.07 -
System Red Green Blue C M Y K H S L
Decimal 147 168 38 0.13 0 0.77 0.34 69.69 0.63 0.4
Hex 93 A8 26 D 0 4D 22 46 3F 28
Octal 223 250 46 15 0 115 42 106 77 50
Binary 10010011 10101000 100110 1101 0 1001101 100010 1000110 111111 101000

Color Harmonies of #93A826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A826

Black with #93A826

Text Example


Text Example

White with #93A826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,168,38); }

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

background-color css

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

 a { background-color: rgb(147,168,38); }

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

border-color css

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

 span { border-color: rgb(147,168,38); }

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