Html Css Color HEX #92AE42 Limerick

📋 copy color: '#92AE42'

red 146 ◦ green 174 ◦ blue 66

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

Shades of Limerick #92AE42

Tints of Limerick #92AE42

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.08%

 BLUE value IS 66 (26.17% from 255) = 17.1%

R = 37.82%
G = 45.08%
B = 17.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#92AE42 (or 0x92AE42) is known color: Limerick. HEX triplet: 92, AE and 42. RGB value is (146,174,66). Sum of RGB (Red+Green+Blue) = 146+174+66=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 174 - color contains mainly: green. Hex color #92AE42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AE42 is #6D51BD. Grayscale: #999999. Windows color (decimal): -7164350 or 4370066. OLE color: 4370066.

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

Color convert

RGB 146 174 66 -
CMYK 0.16 0 0.62 0.32
HSL 75.56º 0.45% 0.47% -
HSV(B) 75.56º 0.62% 0.68% -
XYZ 27.97 36.78 10.78 -
YUV 153.32 78.72 122.78 -
System Red Green Blue C M Y K H S L
Decimal 146 174 66 0.16 0 0.62 0.32 75.56 0.45 0.47
Hex 92 AE 42 10 0 3E 20 4C 2D 2F
Octal 222 256 102 20 0 76 40 114 55 57
Binary 10010010 10101110 1000010 10000 0 111110 100000 1001100 101101 101111

Color Harmonies of #92AE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AE42

Black with #92AE42

Text Example


Text Example

White with #92AE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,174,66); }

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

background-color css

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

 a { background-color: rgb(146,174,66); }

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

border-color css

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

 span { border-color: rgb(146,174,66); }

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