Html Css Color HEX #90B32D Limerick

📋 copy color: '#90B32D'

red 144 ◦ green 179 ◦ blue 45

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

Shades of Limerick #90B32D

Tints of Limerick #90B32D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.23%

R = 39.13%
G = 48.64%
B = 12.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#90B32D (or 0x90B32D) is known color: Limerick. HEX triplet: 90, B3 and 2D. RGB value is (144,179,45). Sum of RGB (Red+Green+Blue) = 144+179+45=368 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.13% from 368); Green value is 179 (70.31% from 255 or 48.64% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 179 - color contains mainly: green. Hex color #90B32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B32D is #6F4CD2. Grayscale: #999999. Windows color (decimal): -7294163 or 2995088. OLE color: 2995088.

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

Color convert

RGB 144 179 45 -
CMYK 0.20 0 0.75 0.30
HSL 75.67º 0.6% 0.44% -
HSV(B) 75.67º 0.75% 0.7% -
XYZ 28.1 38.36 8.41 -
YUV 153.26 66.9 121.4 -
System Red Green Blue C M Y K H S L
Decimal 144 179 45 0.20 0 0.75 0.30 75.67 0.6 0.44
Hex 90 B3 2D 14 0 4B 1E 4C 3C 2C
Octal 220 263 55 24 0 113 36 114 74 54
Binary 10010000 10110011 101101 10100 0 1001011 11110 1001100 111100 101100

Color Harmonies of #90B32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B32D

Black with #90B32D

Text Example


Text Example

White with #90B32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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