Html Css Color HEX #90B932 Limerick

📋 copy color: '#90B932'

red 144 ◦ green 185 ◦ blue 50

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

Shades of Limerick #90B932

Tints of Limerick #90B932

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.81%

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

R = 37.99%
G = 48.81%
B = 13.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#90B932 (or 0x90B932) is known color: Limerick. HEX triplet: 90, B9 and 32. RGB value is (144,185,50). Sum of RGB (Red+Green+Blue) = 144+185+50=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 185 - color contains mainly: green. Hex color #90B932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B932 is #6F46CD. Grayscale: #9D9D9D. Windows color (decimal): -7292622 or 3324304. OLE color: 3324304.

HSL color Cylindrical-coordinate representation of color #90B932: hue angle of 78.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #90B932 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 185 50 -
CMYK 0.22 0 0.73 0.27
HSL 78.22º 0.57% 0.46% -
HSV(B) 78.22º 0.73% 0.73% -
XYZ 29.43 40.86 9.35 -
YUV 157.35 67.42 118.48 -
System Red Green Blue C M Y K H S L
Decimal 144 185 50 0.22 0 0.73 0.27 78.22 0.57 0.46
Hex 90 B9 32 16 0 49 1B 4E 39 2E
Octal 220 271 62 26 0 111 33 116 71 56
Binary 10010000 10111001 110010 10110 0 1001001 11011 1001110 111001 101110

Color Harmonies of #90B932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B932

Black with #90B932

Text Example


Text Example

White with #90B932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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