Html Css Color HEX #94A433 Limerick

📋 copy color: '#94A433'

red 148 ◦ green 164 ◦ blue 51

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

Shades of Limerick #94A433

Tints of Limerick #94A433

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.18%

 BLUE value IS 51 (20.31% from 255) = 14.05%

R = 40.77%
G = 45.18%
B = 14.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#94A433 (or 0x94A433) is known color: Limerick. HEX triplet: 94, A4 and 33. RGB value is (148,164,51). Sum of RGB (Red+Green+Blue) = 148+164+51=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 164 (64.45% from 255 or 45.18% from 363); Blue value is 51 (20.31% from 255 or 14.05% from 363); Max value from RGB is 164 - color contains mainly: green. Hex color #94A433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A433 is #6B5BCC. Grayscale: #929292. Windows color (decimal): -7035853 or 3384468. OLE color: 3384468.

HSL color Cylindrical-coordinate representation of color #94A433: hue angle of 68.5º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #94A433 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 164 51 -
CMYK 0.10 0 0.69 0.36
HSL 68.5º 0.53% 0.42% -
HSV(B) 68.5º 0.69% 0.64% -
XYZ 26.09 33.09 8.14 -
YUV 146.33 74.2 129.19 -
System Red Green Blue C M Y K H S L
Decimal 148 164 51 0.10 0 0.69 0.36 68.5 0.53 0.42
Hex 94 A4 33 A 0 45 24 44 35 2A
Octal 224 244 63 12 0 105 44 104 65 52
Binary 10010100 10100100 110011 1010 0 1000101 100100 1000100 110101 101010

Color Harmonies of #94A433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A433

Black with #94A433

Text Example


Text Example

White with #94A433

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,164,51); }

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

background-color css

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

 a { background-color: rgb(148,164,51); }

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

border-color css

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

 span { border-color: rgb(148,164,51); }

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