Html Css Color HEX #90B031 Limerick

📋 copy color: '#90B031'

red 144 ◦ green 176 ◦ blue 49

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

Shades of Limerick #90B031

Tints of Limerick #90B031

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.7%

 BLUE value IS 49 (19.53% from 255) = 13.28%

R = 39.02%
G = 47.7%
B = 13.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#90B031 (or 0x90B031) is known color: Limerick. HEX triplet: 90, B0 and 31. RGB value is (144,176,49). Sum of RGB (Red+Green+Blue) = 144+176+49=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 176 (69.14% from 255 or 47.70% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 176 - color contains mainly: green. Hex color #90B031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90B031 is #6F4FCE. Grayscale: #989898. Windows color (decimal): -7294927 or 3256464. OLE color: 3256464.

HSL color Cylindrical-coordinate representation of color #90B031: hue angle of 75.12º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #90B031 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 176 49 -
CMYK 0.18 0 0.72 0.31
HSL 75.12º 0.56% 0.44% -
HSV(B) 75.12º 0.72% 0.69% -
XYZ 27.58 37.2 8.63 -
YUV 151.95 69.9 122.33 -
System Red Green Blue C M Y K H S L
Decimal 144 176 49 0.18 0 0.72 0.31 75.12 0.56 0.44
Hex 90 B0 31 12 0 48 1F 4B 38 2C
Octal 220 260 61 22 0 110 37 113 70 54
Binary 10010000 10110000 110001 10010 0 1001000 11111 1001011 111000 101100

Color Harmonies of #90B031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B031

Black with #90B031

Text Example


Text Example

White with #90B031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,176,49); }

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

background-color css

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

 a { background-color: rgb(144,176,49); }

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

border-color css

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

 span { border-color: rgb(144,176,49); }

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