Html Css Color HEX #92AD32 Limerick

📋 copy color: '#92AD32'

red 146 ◦ green 173 ◦ blue 50

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

Shades of Limerick #92AD32

Tints of Limerick #92AD32

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.88%

 BLUE value IS 50 (19.92% from 255) = 13.55%

R = 39.57%
G = 46.88%
B = 13.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#92AD32 (or 0x92AD32) is known color: Limerick. HEX triplet: 92, AD and 32. RGB value is (146,173,50). Sum of RGB (Red+Green+Blue) = 146+173+50=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 173 - color contains mainly: green. Hex color #92AD32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AD32 is #6D52CD. Grayscale: #979797. Windows color (decimal): -7164622 or 3321234. OLE color: 3321234.

HSL color Cylindrical-coordinate representation of color #92AD32: hue angle of 73.17º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #92AD32 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 173 50 -
CMYK 0.16 0 0.71 0.32
HSL 73.17º 0.55% 0.44% -
HSV(B) 73.17º 0.71% 0.68% -
XYZ 27.37 36.23 8.57 -
YUV 150.91 71.05 124.5 -
System Red Green Blue C M Y K H S L
Decimal 146 173 50 0.16 0 0.71 0.32 73.17 0.55 0.44
Hex 92 AD 32 10 0 47 20 49 37 2C
Octal 222 255 62 20 0 107 40 111 67 54
Binary 10010010 10101101 110010 10000 0 1000111 100000 1001001 110111 101100

Color Harmonies of #92AD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AD32

Black with #92AD32

Text Example


Text Example

White with #92AD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,173,50); }

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

background-color css

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

 a { background-color: rgb(146,173,50); }

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

border-color css

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

 span { border-color: rgb(146,173,50); }

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