#92B32B

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

Shades of Limerick #92B32B

Tints of Limerick #92B32B

Color information

#92B32B (or 0x92B32B) is unknown color: approx Limerick. HEX triplet: 92, B3 and 2B. RGB value is (146,179,43). Sum of RGB (Red+Green+Blue) = 146+179+43=368 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.67% from 368); Green value is 179 (70.31% from 255 or 48.64% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 179 - color contains mainly: green. Hex color #92B32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92B32B is #6D4CD4. Grayscale: #9A9A9A. Windows color (decimal): -7163093 or 2864018. OLE color: 2864018.

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

Color convert

RGB14617943-
CMYK0.1800.760.30
HSL74.56º61.26%43.53%-
HSV(B)74.56º75.98%70.2%-
XYZ28.4138.538.22-
YUV153.6365.57122.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.67%
GREEN value IS 179 (70.31% from 255) = 48.64%
BLUE value IS 43 (17.19% from 255) = 11.68%
R=39.67%
G=48.64%
B=11.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal146179430.1800.760.3074.5661.2643.53
Hex92B32B1204C1E4b3d2c
Octal22226353220114361137554
Binary10010010101100111010111001001001100111101001011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B32B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,179,43); }

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

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

 a { background-color: rgb(146,179,43); }

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

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

 span { border-color: rgb(146,179,43); }

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