#92B72C

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

Shades of Limerick #92B72C

Tints of Limerick #92B72C

Color information

#92B72C (or 0x92B72C) is unknown color: approx Limerick. HEX triplet: 92, B7 and 2C. RGB value is (146,183,44). Sum of RGB (Red+Green+Blue) = 146+183+44=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 183 - color contains mainly: green. Hex color #92B72C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92B72C is #6D48D3. Grayscale: #9C9C9C. Windows color (decimal): -7162068 or 2930578. OLE color: 2930578.

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

Color convert

RGB14618344-
CMYK0.2000.760.28
HSL75.97º61.23%44.51%-
HSV(B)75.97º75.96%71.76%-
XYZ29.2440.168.59-
YUV156.0964.74120.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.14%
GREEN value IS 183 (71.88% from 255) = 49.06%
BLUE value IS 44 (17.58% from 255) = 11.80%
R=39.14%
G=49.06%
B=11.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal146183440.2000.760.2875.9761.2344.51
Hex92B72C1404C1C4c3d2d
Octal22226754240114341147555
Binary10010010101101111011001010001001100111001001100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B72C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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