Html Css Color HEX #94BA25 Limerick

📋 copy color: '#94BA25'

red 148 ◦ green 186 ◦ blue 37

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

Shades of Limerick #94BA25

Tints of Limerick #94BA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.97%

R = 39.89%
G = 50.13%
B = 9.97%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#94BA25 (or 0x94BA25) is known color: Limerick. HEX triplet: 94, BA and 25. RGB value is (148,186,37). Sum of RGB (Red+Green+Blue) = 148+186+37=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BA25 is #6B45DA. Grayscale: #9E9E9E. Windows color (decimal): -7030235 or 2472596. OLE color: 2472596.

HSL color Cylindrical-coordinate representation of color #94BA25: hue angle of 75.3º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94BA25 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 186 37 -
CMYK 0.20 0 0.80 0.27
HSL 75.3º 0.67% 0.44% -
HSV(B) 75.3º 0.8% 0.73% -
XYZ 30.11 41.55 8.18 -
YUV 157.65 59.91 121.12 -
System Red Green Blue C M Y K H S L
Decimal 148 186 37 0.20 0 0.80 0.27 75.3 0.67 0.44
Hex 94 BA 25 14 0 50 1B 4B 43 2C
Octal 224 272 45 24 0 120 33 113 103 54
Binary 10010100 10111010 100101 10100 0 1010000 11011 1001011 1000011 101100

Color Harmonies of #94BA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BA25

Black with #94BA25

Text Example


Text Example

White with #94BA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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