Html Css Color HEX #90BA2D Limerick

📋 copy color: '#90BA2D'

red 144 ◦ green 186 ◦ blue 45

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

Shades of Limerick #90BA2D

Tints of Limerick #90BA2D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.6%

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

R = 38.4%
G = 49.6%
B = 12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#90BA2D (or 0x90BA2D) is known color: Limerick. HEX triplet: 90, BA and 2D. RGB value is (144,186,45). Sum of RGB (Red+Green+Blue) = 144+186+45=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BA2D is #6F45D2. Grayscale: #9D9D9D. Windows color (decimal): -7292371 or 2996880. OLE color: 2996880.

HSL color Cylindrical-coordinate representation of color #90BA2D: hue angle of 77.87º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #90BA2D is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 186 45 -
CMYK 0.23 0 0.76 0.27
HSL 77.87º 0.61% 0.45% -
HSV(B) 77.87º 0.76% 0.73% -
XYZ 29.53 41.24 8.89 -
YUV 157.37 64.59 118.46 -
System Red Green Blue C M Y K H S L
Decimal 144 186 45 0.23 0 0.76 0.27 77.87 0.61 0.45
Hex 90 BA 2D 17 0 4C 1B 4E 3D 2D
Octal 220 272 55 27 0 114 33 116 75 55
Binary 10010000 10111010 101101 10111 0 1001100 11011 1001110 111101 101101

Color Harmonies of #90BA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BA2D

Black with #90BA2D

Text Example


Text Example

White with #90BA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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