#94B92B

Color #94B92B Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #94B92B

Tints of Limerick #94B92B

Color information

#94B92B (or 0x94B92B) is unknown color: approx Limerick. HEX triplet: 94, B9 and 2B. RGB value is (148,185,43). Sum of RGB (Red+Green+Blue) = 148+185+43=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #94B92B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B92B is #6B46D4. Grayscale: #9E9E9E. Windows color (decimal): -7030485 or 2865556. OLE color: 2865556.

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

Color convert

RGB14818543-
CMYK0.2000.770.27
HSL75.63º62.28%44.71%-
HSV(B)75.63º76.76%72.55%-
XYZ3041.178.65-
YUV157.7563.24121.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.36%
GREEN value IS 185 (72.66% from 255) = 49.20%
BLUE value IS 43 (17.19% from 255) = 11.44%
R=39.36%
G=49.20%
B=11.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148185430.2000.770.2775.6362.2844.71
Hex94B92B1404D1B4c3e2d
Octal22427153240115331147655
Binary10010100101110011010111010001001101110111001100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #94B92B;
 }
 .AnyTagClassName
 {
   color: #94B92B;
 }
</style>
background-color css

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

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

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

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

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

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