Html Css Color HEX #92AA25 Limerick

📋 copy color: '#92AA25'

red 146 ◦ green 170 ◦ blue 37

#92AA25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #92AA25

Tints of Limerick #92AA25

RGB

 RED value IS 146 (57.42% from 255) = 41.36%

 GREEN value IS 170 (66.8% from 255) = 48.16%

 BLUE value IS 37 (14.84% from 255) = 10.48%

R = 41.36%
G = 48.16%
B = 10.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#92AA25 (or 0x92AA25) is known color: Limerick. HEX triplet: 92, AA and 25. RGB value is (146,170,37). Sum of RGB (Red+Green+Blue) = 146+170+37=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #92AA25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AA25 is #6D55DA. Grayscale: #949494. Windows color (decimal): -7165403 or 2468498. OLE color: 2468498.

HSL color Cylindrical-coordinate representation of color #92AA25: hue angle of 70.83º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #92AA25 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 170 37 -
CMYK 0.14 0 0.78 0.33
HSL 70.83º 0.64% 0.41% -
HSV(B) 70.83º 0.78% 0.67% -
XYZ 26.56 34.99 7.1 -
YUV 147.66 65.55 126.81 -
System Red Green Blue C M Y K H S L
Decimal 146 170 37 0.14 0 0.78 0.33 70.83 0.64 0.41
Hex 92 AA 25 E 0 4E 21 47 40 29
Octal 222 252 45 16 0 116 41 107 100 51
Binary 10010010 10101010 100101 1110 0 1001110 100001 1000111 1000000 101001

Color Harmonies of #92AA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AA25

Black with #92AA25

Text Example


Text Example

White with #92AA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,170,37); }

 H1.HeaderClassName
 {
   color: #92AA25;
 }
 .AnyTagClassName
 {
   color: #92AA25;
 }
</style>

background-color css

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

 a { background-color: rgb(146,170,37); }

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

border-color css

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

 span { border-color: rgb(146,170,37); }

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