Html Css Color HEX #94B91D Limerick

📋 copy color: '#94B91D'

red 148 ◦ green 185 ◦ blue 29

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

Shades of Limerick #94B91D

Tints of Limerick #94B91D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.1%

 BLUE value IS 29 (11.72% from 255) = 8.01%

R = 40.88%
G = 51.1%
B = 8.01%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#94B91D (or 0x94B91D) is known color: Limerick. HEX triplet: 94, B9 and 1D. RGB value is (148,185,29). Sum of RGB (Red+Green+Blue) = 148+185+29=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 185 (72.66% from 255 or 51.10% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 185 - color contains mainly: green. Hex color #94B91D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B91D is #6B46E2. Grayscale: #9C9C9C. Windows color (decimal): -7030499 or 1948052. OLE color: 1948052.

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

Color convert

RGB 148 185 29 -
CMYK 0.20 0 0.84 0.27
HSL 74.23º 0.73% 0.42% -
HSV(B) 74.23º 0.84% 0.73% -
XYZ 29.78 41.08 7.52 -
YUV 156.15 56.24 122.18 -
System Red Green Blue C M Y K H S L
Decimal 148 185 29 0.20 0 0.84 0.27 74.23 0.73 0.42
Hex 94 B9 1D 14 0 54 1B 4A 49 2A
Octal 224 271 35 24 0 124 33 112 111 52
Binary 10010100 10111001 11101 10100 0 1010100 11011 1001010 1001001 101010

Color Harmonies of #94B91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B91D

Black with #94B91D

Text Example


Text Example

White with #94B91D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,185,29); }

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

background-color css

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

 a { background-color: rgb(148,185,29); }

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

border-color css

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

 span { border-color: rgb(148,185,29); }

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