Html Css Color HEX #94BA21 Limerick

📋 copy color: '#94BA21'

red 148 ◦ green 186 ◦ blue 33

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

Shades of Limerick #94BA21

Tints of Limerick #94BA21

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.68%

 BLUE value IS 33 (13.28% from 255) = 8.99%

R = 40.33%
G = 50.68%
B = 8.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#94BA21 (or 0x94BA21) is known color: Limerick. HEX triplet: 94, BA and 21. RGB value is (148,186,33). Sum of RGB (Red+Green+Blue) = 148+186+33=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 33 (13.28% from 255 or 8.99% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BA21 is #6B45DE. Grayscale: #9D9D9D. Windows color (decimal): -7030239 or 2210452. OLE color: 2210452.

HSL color Cylindrical-coordinate representation of color #94BA21: hue angle of 74.9º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94BA21 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 186 33 -
CMYK 0.20 0 0.82 0.27
HSL 74.9º 0.7% 0.43% -
HSV(B) 74.9º 0.82% 0.73% -
XYZ 30.05 41.52 7.87 -
YUV 157.2 57.91 121.44 -
System Red Green Blue C M Y K H S L
Decimal 148 186 33 0.20 0 0.82 0.27 74.9 0.7 0.43
Hex 94 BA 21 14 0 52 1B 4B 46 2B
Octal 224 272 41 24 0 122 33 113 106 53
Binary 10010100 10111010 100001 10100 0 1010010 11011 1001011 1000110 101011

Color Harmonies of #94BA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BA21

Black with #94BA21

Text Example


Text Example

White with #94BA21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,186,33); }

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

background-color css

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

 a { background-color: rgb(148,186,33); }

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

border-color css

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

 span { border-color: rgb(148,186,33); }

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