Html Css Color HEX #92B521 Limerick

📋 copy color: '#92B521'

red 146 ◦ green 181 ◦ blue 33

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

Shades of Limerick #92B521

Tints of Limerick #92B521

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50.28%

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

R = 40.56%
G = 50.28%
B = 9.17%

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

#92B521 (or 0x92B521) is known color: Limerick. HEX triplet: 92, B5 and 21. RGB value is (146,181,33). Sum of RGB (Red+Green+Blue) = 146+181+33=360 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.56% from 360); Green value is 181 (71.09% from 255 or 50.28% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 181 - color contains mainly: green. Hex color #92B521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92B521 is #6D4ADE. Grayscale: #9A9A9A. Windows color (decimal): -7162591 or 2209170. OLE color: 2209170.

HSL color Cylindrical-coordinate representation of color #92B521: hue angle of 74.19º 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 #92B521 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 146 181 33 -
CMYK 0.19 0 0.82 0.29
HSL 74.19º 0.69% 0.42% -
HSV(B) 74.19º 0.82% 0.71% -
XYZ 28.65 39.27 7.51 -
YUV 153.66 59.9 122.53 -
System Red Green Blue C M Y K H S L
Decimal 146 181 33 0.19 0 0.82 0.29 74.19 0.69 0.42
Hex 92 B5 21 13 0 52 1D 4A 45 2A
Octal 222 265 41 23 0 122 35 112 105 52
Binary 10010010 10110101 100001 10011 0 1010010 11101 1001010 1000101 101010

Color Harmonies of #92B521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B521

Black with #92B521

Text Example


Text Example

White with #92B521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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