Html Css Color HEX #90BA34 Limerick

📋 copy color: '#90BA34'

red 144 ◦ green 186 ◦ blue 52

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

Shades of Limerick #90BA34

Tints of Limerick #90BA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.61%

R = 37.7%
G = 48.69%
B = 13.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#90BA34 (or 0x90BA34) is known color: Limerick. HEX triplet: 90, BA and 34. RGB value is (144,186,52). Sum of RGB (Red+Green+Blue) = 144+186+52=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BA34 is #6F45CB. Grayscale: #9E9E9E. Windows color (decimal): -7292364 or 3455632. OLE color: 3455632.

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

Color convert

RGB 144 186 52 -
CMYK 0.23 0 0.72 0.27
HSL 78.81º 0.56% 0.47% -
HSV(B) 78.81º 0.72% 0.73% -
XYZ 29.68 41.3 9.66 -
YUV 158.17 68.09 117.9 -
System Red Green Blue C M Y K H S L
Decimal 144 186 52 0.23 0 0.72 0.27 78.81 0.56 0.47
Hex 90 BA 34 17 0 48 1B 4F 38 2F
Octal 220 272 64 27 0 110 33 117 70 57
Binary 10010000 10111010 110100 10111 0 1001000 11011 1001111 111000 101111

Color Harmonies of #90BA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BA34

Black with #90BA34

Text Example


Text Example

White with #90BA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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