Html Css Color HEX #90B434 Limerick

📋 copy color: '#90B434'

red 144 ◦ green 180 ◦ blue 52

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

Shades of Limerick #90B434

Tints of Limerick #90B434

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.87%

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

R = 38.3%
G = 47.87%
B = 13.83%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#90B434 (or 0x90B434) is known color: Limerick. HEX triplet: 90, B4 and 34. RGB value is (144,180,52). Sum of RGB (Red+Green+Blue) = 144+180+52=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 180 - color contains mainly: green. Hex color #90B434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B434 is #6F4BCB. Grayscale: #9B9B9B. Windows color (decimal): -7293900 or 3454096. OLE color: 3454096.

HSL color Cylindrical-coordinate representation of color #90B434: hue angle of 76.88º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #90B434 is Cyan = 0.2, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 180 52 -
CMYK 0.2 0 0.71 0.29
HSL 76.88º 0.55% 0.45% -
HSV(B) 76.88º 0.71% 0.71% -
XYZ 28.44 38.82 9.24 -
YUV 154.64 70.07 120.41 -
System Red Green Blue C M Y K H S L
Decimal 144 180 52 0.2 0 0.71 0.29 76.88 0.55 0.45
Hex 90 B4 34 14 0 47 1D 4D 37 2D
Octal 220 264 64 24 0 107 35 115 67 55
Binary 10010000 10110100 110100 10100 0 1000111 11101 1001101 110111 101101

Color Harmonies of #90B434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B434

Black with #90B434

Text Example


Text Example

White with #90B434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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