Html Css Color HEX #94B834 Limerick

📋 copy color: '#94B834'

red 148 ◦ green 184 ◦ blue 52

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

Shades of Limerick #94B834

Tints of Limerick #94B834

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.92%

 BLUE value IS 52 (20.7% from 255) = 13.54%

R = 38.54%
G = 47.92%
B = 13.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#94B834 (or 0x94B834) is known color: Limerick. HEX triplet: 94, B8 and 34. RGB value is (148,184,52). Sum of RGB (Red+Green+Blue) = 148+184+52=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 184 - color contains mainly: green. Hex color #94B834 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B834 is #6B47CB. Grayscale: #9E9E9E. Windows color (decimal): -7030732 or 3455124. OLE color: 3455124.

HSL color Cylindrical-coordinate representation of color #94B834: hue angle of 76.36º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94B834 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 148 184 52 -
CMYK 0.20 0 0.72 0.28
HSL 76.36º 0.56% 0.46% -
HSV(B) 76.36º 0.72% 0.72% -
XYZ 29.97 40.82 9.55 -
YUV 158.19 68.07 120.73 -
System Red Green Blue C M Y K H S L
Decimal 148 184 52 0.20 0 0.72 0.28 76.36 0.56 0.46
Hex 94 B8 34 14 0 48 1C 4C 38 2E
Octal 224 270 64 24 0 110 34 114 70 56
Binary 10010100 10111000 110100 10100 0 1001000 11100 1001100 111000 101110

Color Harmonies of #94B834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B834

Black with #94B834

Text Example


Text Example

White with #94B834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,184,52); }

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

background-color css

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

 a { background-color: rgb(148,184,52); }

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

border-color css

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

 span { border-color: rgb(148,184,52); }

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