#92B72A

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

Shades of Limerick #92B72A

Tints of Limerick #92B72A

Color information

#92B72A (or 0x92B72A) is unknown color: approx Limerick. HEX triplet: 92, B7 and 2A. RGB value is (146,183,42). Sum of RGB (Red+Green+Blue) = 146+183+42=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #92B72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92B72A is #6D48D5. Grayscale: #9C9C9C. Windows color (decimal): -7162070 or 2799506. OLE color: 2799506.

HSL color Cylindrical-coordinate representation of color #92B72A: hue angle of 75.74º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #92B72A is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB14618342-
CMYK0.2000.770.28
HSL75.74º62.67%44.12%-
HSV(B)75.74º77.05%71.76%-
XYZ29.2140.158.4-
YUV155.8663.74120.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.35%
GREEN value IS 183 (71.88% from 255) = 49.33%
BLUE value IS 42 (16.80% from 255) = 11.32%
R=39.35%
G=49.33%
B=11.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal146183420.2000.770.2875.7462.6744.12
Hex92B72A1404D1C4c3f2c
Octal22226752240115341147754
Binary10010010101101111010101010001001101111001001100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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