Html Css Color HEX #92B421 Limerick

📋 copy color: '#92B421'

red 146 ◦ green 180 ◦ blue 33

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

Shades of Limerick #92B421

Tints of Limerick #92B421

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.14%

 BLUE value IS 33 (13.28% from 255) = 9.19%

R = 40.67%
G = 50.14%
B = 9.19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#92B421 (or 0x92B421) is known color: Limerick. HEX triplet: 92, B4 and 21. RGB value is (146,180,33). Sum of RGB (Red+Green+Blue) = 146+180+33=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 180 (70.70% from 255 or 50.14% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 180 - color contains mainly: green. Hex color #92B421 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92B421 is #6D4BDE. Grayscale: #999999. Windows color (decimal): -7162847 or 2208914. OLE color: 2208914.

HSL color Cylindrical-coordinate representation of color #92B421: hue angle of 73.88º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #92B421 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 146 180 33 -
CMYK 0.19 0 0.82 0.29
HSL 73.88º 0.69% 0.42% -
HSV(B) 73.88º 0.82% 0.71% -
XYZ 28.45 38.86 7.44 -
YUV 153.08 60.24 122.95 -
System Red Green Blue C M Y K H S L
Decimal 146 180 33 0.19 0 0.82 0.29 73.88 0.69 0.42
Hex 92 B4 21 13 0 52 1D 4A 45 2A
Octal 222 264 41 23 0 122 35 112 105 52
Binary 10010010 10110100 100001 10011 0 1010010 11101 1001010 1000101 101010

Color Harmonies of #92B421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B421

Black with #92B421

Text Example


Text Example

White with #92B421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,180,33); }

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

background-color css

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

 a { background-color: rgb(146,180,33); }

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

border-color css

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

 span { border-color: rgb(146,180,33); }

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