Html Css Color HEX #94B525 Limerick

📋 copy color: '#94B525'

red 148 ◦ green 181 ◦ blue 37

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

Shades of Limerick #94B525

Tints of Limerick #94B525

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.45%

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

R = 40.44%
G = 49.45%
B = 10.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#94B525 (or 0x94B525) is known color: Limerick. HEX triplet: 94, B5 and 25. RGB value is (148,181,37). Sum of RGB (Red+Green+Blue) = 148+181+37=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 181 - color contains mainly: green. Hex color #94B525 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B525 is #6B4ADA. Grayscale: #9B9B9B. Windows color (decimal): -7031515 or 2471316. OLE color: 2471316.

HSL color Cylindrical-coordinate representation of color #94B525: hue angle of 73.75º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94B525 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 181 37 -
CMYK 0.18 0 0.80 0.29
HSL 73.75º 0.66% 0.43% -
HSV(B) 73.75º 0.8% 0.71% -
XYZ 29.07 39.48 7.84 -
YUV 154.72 61.57 123.21 -
System Red Green Blue C M Y K H S L
Decimal 148 181 37 0.18 0 0.80 0.29 73.75 0.66 0.43
Hex 94 B5 25 12 0 50 1D 4A 42 2B
Octal 224 265 45 22 0 120 35 112 102 53
Binary 10010100 10110101 100101 10010 0 1010000 11101 1001010 1000010 101011

Color Harmonies of #94B525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B525

Black with #94B525

Text Example


Text Example

White with #94B525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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