Html Css Color HEX #94A63B Limerick

📋 copy color: '#94A63B'

red 148 ◦ green 166 ◦ blue 59

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

Shades of Limerick #94A63B

Tints of Limerick #94A63B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.5%

 BLUE value IS 59 (23.44% from 255) = 15.82%

R = 39.68%
G = 44.5%
B = 15.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#94A63B (or 0x94A63B) is known color: Limerick. HEX triplet: 94, A6 and 3B. RGB value is (148,166,59). Sum of RGB (Red+Green+Blue) = 148+166+59=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #94A63B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A63B is #6B59C4. Grayscale: #949494. Windows color (decimal): -7035333 or 3909268. OLE color: 3909268.

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

Color convert

RGB 148 166 59 -
CMYK 0.11 0 0.64 0.35
HSL 70.09º 0.48% 0.44% -
HSV(B) 70.09º 0.64% 0.65% -
XYZ 26.64 33.88 9.27 -
YUV 148.42 77.54 127.7 -
System Red Green Blue C M Y K H S L
Decimal 148 166 59 0.11 0 0.64 0.35 70.09 0.48 0.44
Hex 94 A6 3B B 0 40 23 46 30 2C
Octal 224 246 73 13 0 100 43 106 60 54
Binary 10010100 10100110 111011 1011 0 1000000 100011 1000110 110000 101100

Color Harmonies of #94A63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A63B

Black with #94A63B

Text Example


Text Example

White with #94A63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,166,59); }

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

background-color css

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

 a { background-color: rgb(148,166,59); }

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

border-color css

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

 span { border-color: rgb(148,166,59); }

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