Html Css Color HEX #90AB32 Limerick

📋 copy color: '#90AB32'

red 144 ◦ green 171 ◦ blue 50

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

Shades of Limerick #90AB32

Tints of Limerick #90AB32

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.85%

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

R = 39.45%
G = 46.85%
B = 13.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#90AB32 (or 0x90AB32) is known color: Limerick. HEX triplet: 90, AB and 32. RGB value is (144,171,50). Sum of RGB (Red+Green+Blue) = 144+171+50=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AB32 is #6F54CD. Grayscale: #959595. Windows color (decimal): -7296206 or 3320720. OLE color: 3320720.

HSL color Cylindrical-coordinate representation of color #90AB32: hue angle of 73.39º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #90AB32 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 171 50 -
CMYK 0.16 0 0.71 0.33
HSL 73.39º 0.55% 0.43% -
HSV(B) 73.39º 0.71% 0.67% -
XYZ 26.64 35.29 8.42 -
YUV 149.13 72.05 124.34 -
System Red Green Blue C M Y K H S L
Decimal 144 171 50 0.16 0 0.71 0.33 73.39 0.55 0.43
Hex 90 AB 32 10 0 47 21 49 37 2B
Octal 220 253 62 20 0 107 41 111 67 53
Binary 10010000 10101011 110010 10000 0 1000111 100001 1001001 110111 101011

Color Harmonies of #90AB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AB32

Black with #90AB32

Text Example


Text Example

White with #90AB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,171,50); }

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

background-color css

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

 a { background-color: rgb(144,171,50); }

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

border-color css

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

 span { border-color: rgb(144,171,50); }

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