#92B61B

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

Shades of Limerick #92B61B

Tints of Limerick #92B61B

Color information

#92B61B (or 0x92B61B) is unknown color: approx Limerick. HEX triplet: 92, B6 and 1B. RGB value is (146,182,27). Sum of RGB (Red+Green+Blue) = 146+182+27=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 182 (71.48% from 255 or 51.27% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 182 - color contains mainly: green. Hex color #92B61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92B61B is #6D49E4. Grayscale: #9A9A9A. Windows color (decimal): -7162341 or 1816210. OLE color: 1816210.

HSL color Cylindrical-coordinate representation of color #92B61B: hue angle of 73.94º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #92B61B is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB14618227-
CMYK0.2000.850.29
HSL73.94º74.16%40.98%-
HSV(B)73.94º85.16%71.37%-
XYZ28.7839.657.17-
YUV153.5756.57122.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.13%
GREEN value IS 182 (71.48% from 255) = 51.27%
BLUE value IS 27 (10.94% from 255) = 7.61%
R=41.13%
G=51.27%
B=7.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal146182270.2000.850.2973.9474.1640.98
Hex92B61B140551D4a4a29
Octal222266332401253511211251
Binary10010010101101101101110100010101011110110010101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B61B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,182,27); }

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

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

 a { background-color: rgb(146,182,27); }

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

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

 span { border-color: rgb(146,182,27); }

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