Html Css Color HEX #90B522 Limerick

📋 copy color: '#90B522'

red 144 ◦ green 181 ◦ blue 34

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

Shades of Limerick #90B522

Tints of Limerick #90B522

RGB

 RED value IS 144 (56.64% from 255) = 40.11%

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

 BLUE value IS 34 (13.67% from 255) = 9.47%

R = 40.11%
G = 50.42%
B = 9.47%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#90B522 (or 0x90B522) is known color: Limerick. HEX triplet: 90, B5 and 22. RGB value is (144,181,34). Sum of RGB (Red+Green+Blue) = 144+181+34=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 181 (71.09% from 255 or 50.42% from 359); Blue value is 34 (13.67% from 255 or 9.47% from 359); Max value from RGB is 181 - color contains mainly: green. Hex color #90B522 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B522 is #6F4ADD. Grayscale: #999999. Windows color (decimal): -7293662 or 2274704. OLE color: 2274704.

HSL color Cylindrical-coordinate representation of color #90B522: hue angle of 75.1º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90B522 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 181 34 -
CMYK 0.20 0 0.81 0.29
HSL 75.1º 0.68% 0.42% -
HSV(B) 75.1º 0.81% 0.71% -
XYZ 28.31 39.09 7.57 -
YUV 153.18 60.74 121.45 -
System Red Green Blue C M Y K H S L
Decimal 144 181 34 0.20 0 0.81 0.29 75.1 0.68 0.42
Hex 90 B5 22 14 0 51 1D 4B 44 2A
Octal 220 265 42 24 0 121 35 113 104 52
Binary 10010000 10110101 100010 10100 0 1010001 11101 1001011 1000100 101010

Color Harmonies of #90B522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B522

Black with #90B522

Text Example


Text Example

White with #90B522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90B522; }

 p { color: rgb(144,181,34); }

 H1.HeaderClassName
 {
   color: #90B522;
 }
 .AnyTagClassName
 {
   color: #90B522;
 }
</style>

background-color css

<style>
 a { background-color: #90B522; }

 a { background-color: rgb(144,181,34); }

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

border-color css

<style>
 span { border-color: #90B522; }

 span { border-color: rgb(144,181,34); }

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