Html Css Color HEX #94A836 Limerick

📋 copy color: '#94A836'

red 148 ◦ green 168 ◦ blue 54

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

Shades of Limerick #94A836

Tints of Limerick #94A836

RGB

 RED value IS 148 (58.2% from 255) = 40%

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

 BLUE value IS 54 (21.48% from 255) = 14.59%

R = 40%
G = 45.41%
B = 14.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#94A836 (or 0x94A836) is known color: Limerick. HEX triplet: 94, A8 and 36. RGB value is (148,168,54). Sum of RGB (Red+Green+Blue) = 148+168+54=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 168 - color contains mainly: green. Hex color #94A836 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A836 is #6B57C9. Grayscale: #959595. Windows color (decimal): -7034826 or 3582100. OLE color: 3582100.

HSL color Cylindrical-coordinate representation of color #94A836: hue angle of 70.53º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94A836 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB 148 168 54 -
CMYK 0.12 0 0.68 0.34
HSL 70.53º 0.51% 0.44% -
HSV(B) 70.53º 0.68% 0.66% -
XYZ 26.88 34.57 8.75 -
YUV 149.02 74.37 127.27 -
System Red Green Blue C M Y K H S L
Decimal 148 168 54 0.12 0 0.68 0.34 70.53 0.51 0.44
Hex 94 A8 36 C 0 44 22 47 33 2C
Octal 224 250 66 14 0 104 42 107 63 54
Binary 10010100 10101000 110110 1100 0 1000100 100010 1000111 110011 101100

Color Harmonies of #94A836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A836

Black with #94A836

Text Example


Text Example

White with #94A836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A836; }

 p { color: rgb(148,168,54); }

 H1.HeaderClassName
 {
   color: #94A836;
 }
 .AnyTagClassName
 {
   color: #94A836;
 }
</style>

background-color css

<style>
 a { background-color: #94A836; }

 a { background-color: rgb(148,168,54); }

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

border-color css

<style>
 span { border-color: #94A836; }

 span { border-color: rgb(148,168,54); }

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