#92B334

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

Shades of Limerick #92B334

Tints of Limerick #92B334

Color information

#92B334 (or 0x92B334) is unknown color: approx Limerick. HEX triplet: 92, B3 and 34. RGB value is (146,179,52). Sum of RGB (Red+Green+Blue) = 146+179+52=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 179 - color contains mainly: green. Hex color #92B334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92B334 is #6D4CCB. Grayscale: #9B9B9B. Windows color (decimal): -7163084 or 3453842. OLE color: 3453842.

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

Color convert

RGB14617952-
CMYK0.1800.710.30
HSL75.59º54.98%45.29%-
HSV(B)75.59º70.95%70.2%-
XYZ28.5938.69.19-
YUV154.6570.07121.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.73%
GREEN value IS 179 (70.31% from 255) = 47.48%
BLUE value IS 52 (20.70% from 255) = 13.79%
R=38.73%
G=47.48%
B=13.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal146179520.1800.710.3075.5954.9845.29
Hex92B334120471E4c372d
Octal22226364220107361146755
Binary10010010101100111101001001001000111111101001100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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