Html Css Color HEX #92AA40 Limerick

📋 copy color: '#92AA40'

red 146 ◦ green 170 ◦ blue 64

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

Shades of Limerick #92AA40

Tints of Limerick #92AA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.84%

R = 38.42%
G = 44.74%
B = 16.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#92AA40 (or 0x92AA40) is known color: Limerick. HEX triplet: 92, AA and 40. RGB value is (146,170,64). Sum of RGB (Red+Green+Blue) = 146+170+64=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 170 - color contains mainly: green. Hex color #92AA40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AA40 is #6D55BF. Grayscale: #979797. Windows color (decimal): -7165376 or 4237970. OLE color: 4237970.

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

Color convert

RGB 146 170 64 -
CMYK 0.14 0 0.62 0.33
HSL 73.58º 0.45% 0.46% -
HSV(B) 73.58º 0.62% 0.67% -
XYZ 27.15 35.23 10.22 -
YUV 150.74 79.05 124.62 -
System Red Green Blue C M Y K H S L
Decimal 146 170 64 0.14 0 0.62 0.33 73.58 0.45 0.46
Hex 92 AA 40 E 0 3E 21 4A 2D 2E
Octal 222 252 100 16 0 76 41 112 55 56
Binary 10010010 10101010 1000000 1110 0 111110 100001 1001010 101101 101110

Color Harmonies of #92AA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AA40

Black with #92AA40

Text Example


Text Example

White with #92AA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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