#92B21E

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

Shades of Limerick #92B21E

Tints of Limerick #92B21E

Color information

#92B21E (or 0x92B21E) is unknown color: approx Limerick. HEX triplet: 92, B2 and 1E. RGB value is (146,178,30). Sum of RGB (Red+Green+Blue) = 146+178+30=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 178 (69.92% from 255 or 50.28% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 178 - color contains mainly: green. Hex color #92B21E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92B21E is #6D4DE1. Grayscale: #989898. Windows color (decimal): -7163362 or 2011794. OLE color: 2011794.

HSL color Cylindrical-coordinate representation of color #92B21E: hue angle of 72.97º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #92B21E is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB14617830-
CMYK0.1800.830.30
HSL72.97º71.15%40.78%-
HSV(B)72.97º83.15%69.8%-
XYZ28.0138.057.1-
YUV151.5659.4124.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.24%
GREEN value IS 178 (69.92% from 255) = 50.28%
BLUE value IS 30 (12.11% from 255) = 8.47%
R=41.24%
G=50.28%
B=8.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal146178300.1800.830.3072.9771.1540.78
Hex92B21E120531E494729
Octal222262362201233611110751
Binary10010010101100101111010010010100111111010010011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92B21E; }

 p { color: rgb(146,178,30); }

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

<style>
 a { background-color: #92B21E; }

 a { background-color: rgb(146,178,30); }

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

<style>
 span { border-color: #92B21E; }

 span { border-color: rgb(146,178,30); }

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