#92BD2A

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

Shades of Limerick #92BD2A

Tints of Limerick #92BD2A

Color information

#92BD2A (or 0x92BD2A) is unknown color: approx Limerick. HEX triplet: 92, BD and 2A. RGB value is (146,189,42). Sum of RGB (Red+Green+Blue) = 146+189+42=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BD2A is #6D42D5. Grayscale: #9F9F9F. Windows color (decimal): -7160534 or 2801042. OLE color: 2801042.

HSL color Cylindrical-coordinate representation of color #92BD2A: hue angle of 77.55º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #92BD2A is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB14618942-
CMYK0.2300.780.26
HSL77.55º63.64%45.29%-
HSV(B)77.55º77.78%74.12%-
XYZ30.4742.678.82-
YUV159.3861.75118.45-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.73%
GREEN value IS 189 (74.22% from 255) = 50.13%
BLUE value IS 42 (16.80% from 255) = 11.14%
R=38.73%
G=50.13%
B=11.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal146189420.2300.780.2677.5563.6445.29
Hex92BD2A1704E1A4e402d
Octal222275522701163211610055
Binary100100101011110110101010111010011101101010011101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,189,42); }

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

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

 a { background-color: rgb(146,189,42); }

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

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

 span { border-color: rgb(146,189,42); }

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