Html Css Color HEX #94B431 Limerick

📋 copy color: '#94B431'

red 148 ◦ green 180 ◦ blue 49

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

Shades of Limerick #94B431

Tints of Limerick #94B431

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.75%

 BLUE value IS 49 (19.53% from 255) = 13%

R = 39.26%
G = 47.75%
B = 13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#94B431 (or 0x94B431) is known color: Limerick. HEX triplet: 94, B4 and 31. RGB value is (148,180,49). Sum of RGB (Red+Green+Blue) = 148+180+49=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 180 - color contains mainly: green. Hex color #94B431 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B431 is #6B4BCE. Grayscale: #9B9B9B. Windows color (decimal): -7031759 or 3257492. OLE color: 3257492.

HSL color Cylindrical-coordinate representation of color #94B431: hue angle of 74.66º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #94B431 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 180 49 -
CMYK 0.18 0 0.73 0.29
HSL 74.66º 0.57% 0.45% -
HSV(B) 74.66º 0.73% 0.71% -
XYZ 29.09 39.16 8.93 -
YUV 155.5 67.9 122.65 -
System Red Green Blue C M Y K H S L
Decimal 148 180 49 0.18 0 0.73 0.29 74.66 0.57 0.45
Hex 94 B4 31 12 0 49 1D 4B 39 2D
Octal 224 264 61 22 0 111 35 113 71 55
Binary 10010100 10110100 110001 10010 0 1001001 11101 1001011 111001 101101

Color Harmonies of #94B431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B431

Black with #94B431

Text Example


Text Example

White with #94B431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,180,49); }

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

background-color css

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

 a { background-color: rgb(148,180,49); }

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

border-color css

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

 span { border-color: rgb(148,180,49); }

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