Html Css Color HEX #90B526 Limerick

📋 copy color: '#90B526'

red 144 ◦ green 181 ◦ blue 38

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

Shades of Limerick #90B526

Tints of Limerick #90B526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.47%

R = 39.67%
G = 49.86%
B = 10.47%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#90B526 (or 0x90B526) is known color: Limerick. HEX triplet: 90, B5 and 26. RGB value is (144,181,38). Sum of RGB (Red+Green+Blue) = 144+181+38=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #90B526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B526 is #6F4AD9. Grayscale: #9A9A9A. Windows color (decimal): -7293658 or 2536848. OLE color: 2536848.

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

Color convert

RGB 144 181 38 -
CMYK 0.20 0 0.79 0.29
HSL 75.52º 0.65% 0.43% -
HSV(B) 75.52º 0.79% 0.71% -
XYZ 28.38 39.12 7.89 -
YUV 153.64 62.74 121.13 -
System Red Green Blue C M Y K H S L
Decimal 144 181 38 0.20 0 0.79 0.29 75.52 0.65 0.43
Hex 90 B5 26 14 0 4F 1D 4C 41 2B
Octal 220 265 46 24 0 117 35 114 101 53
Binary 10010000 10110101 100110 10100 0 1001111 11101 1001100 1000001 101011

Color Harmonies of #90B526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B526

Black with #90B526

Text Example


Text Example

White with #90B526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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