Html Css Color HEX #90B320 Limerick

📋 copy color: '#90B320'

red 144 ◦ green 179 ◦ blue 32

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

Shades of Limerick #90B320

Tints of Limerick #90B320

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.42%

 BLUE value IS 32 (12.89% from 255) = 9.01%

R = 40.56%
G = 50.42%
B = 9.01%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#90B320 (or 0x90B320) is known color: Limerick. HEX triplet: 90, B3 and 20. RGB value is (144,179,32). Sum of RGB (Red+Green+Blue) = 144+179+32=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #90B320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B320 is #6F4CDF. Grayscale: #989898. Windows color (decimal): -7294176 or 2143120. OLE color: 2143120.

HSL color Cylindrical-coordinate representation of color #90B320: hue angle of 74.29º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #90B320 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 144 179 32 -
CMYK 0.20 0 0.82 0.30
HSL 74.29º 0.7% 0.41% -
HSV(B) 74.29º 0.82% 0.7% -
XYZ 27.88 38.27 7.28 -
YUV 151.78 60.4 122.45 -
System Red Green Blue C M Y K H S L
Decimal 144 179 32 0.20 0 0.82 0.30 74.29 0.7 0.41
Hex 90 B3 20 14 0 52 1E 4A 46 29
Octal 220 263 40 24 0 122 36 112 106 51
Binary 10010000 10110011 100000 10100 0 1010010 11110 1001010 1000110 101001

Color Harmonies of #90B320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B320

Black with #90B320

Text Example


Text Example

White with #90B320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,179,32); }

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

background-color css

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

 a { background-color: rgb(144,179,32); }

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

border-color css

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

 span { border-color: rgb(144,179,32); }

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