Html Css Color HEX #90BB2D Limerick

📋 copy color: '#90BB2D'

red 144 ◦ green 187 ◦ blue 45

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

Shades of Limerick #90BB2D

Tints of Limerick #90BB2D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.73%

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

R = 38.3%
G = 49.73%
B = 11.97%

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

#90BB2D (or 0x90BB2D) is known color: Limerick. HEX triplet: 90, BB and 2D. RGB value is (144,187,45). Sum of RGB (Red+Green+Blue) = 144+187+45=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #90BB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BB2D is #6F44D2. Grayscale: #9E9E9E. Windows color (decimal): -7292115 or 2997136. OLE color: 2997136.

HSL color Cylindrical-coordinate representation of color #90BB2D: hue angle of 78.17º 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 #90BB2D is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 187 45 -
CMYK 0.23 0 0.76 0.27
HSL 78.17º 0.61% 0.45% -
HSV(B) 78.17º 0.76% 0.73% -
XYZ 29.75 41.66 8.96 -
YUV 157.96 64.25 118.05 -
System Red Green Blue C M Y K H S L
Decimal 144 187 45 0.23 0 0.76 0.27 78.17 0.61 0.45
Hex 90 BB 2D 17 0 4C 1B 4E 3D 2D
Octal 220 273 55 27 0 114 33 116 75 55
Binary 10010000 10111011 101101 10111 0 1001100 11011 1001110 111101 101101

Color Harmonies of #90BB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BB2D

Black with #90BB2D

Text Example


Text Example

White with #90BB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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