Html Css Color HEX #94A73D Limerick

📋 copy color: '#94A73D'

red 148 ◦ green 167 ◦ blue 61

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

Shades of Limerick #94A73D

Tints of Limerick #94A73D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.41%

 BLUE value IS 61 (24.22% from 255) = 16.22%

R = 39.36%
G = 44.41%
B = 16.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#94A73D (or 0x94A73D) is known color: Limerick. HEX triplet: 94, A7 and 3D. RGB value is (148,167,61). Sum of RGB (Red+Green+Blue) = 148+167+61=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 167 (65.62% from 255 or 44.41% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 167 - color contains mainly: green. Hex color #94A73D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A73D is #6B58C2. Grayscale: #959595. Windows color (decimal): -7035075 or 4040596. OLE color: 4040596.

HSL color Cylindrical-coordinate representation of color #94A73D: hue angle of 70.75º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #94A73D is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 148 167 61 -
CMYK 0.11 0 0.63 0.35
HSL 70.75º 0.46% 0.45% -
HSV(B) 70.75º 0.63% 0.65% -
XYZ 26.87 34.27 9.61 -
YUV 149.24 78.21 127.12 -
System Red Green Blue C M Y K H S L
Decimal 148 167 61 0.11 0 0.63 0.35 70.75 0.46 0.45
Hex 94 A7 3D B 0 3F 23 47 2E 2D
Octal 224 247 75 13 0 77 43 107 56 55
Binary 10010100 10100111 111101 1011 0 111111 100011 1000111 101110 101101

Color Harmonies of #94A73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A73D

Black with #94A73D

Text Example


Text Example

White with #94A73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,167,61); }

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

background-color css

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

 a { background-color: rgb(148,167,61); }

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

border-color css

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

 span { border-color: rgb(148,167,61); }

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