Html Css Color HEX #55921A Limeade

📋 copy color: '#55921A'

red 85 ◦ green 146 ◦ blue 26

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

Shades of Limeade #55921A

Tints of Limeade #55921A

RGB

 RED value IS 85 (33.59% from 255) = 33.07%

 GREEN value IS 146 (57.42% from 255) = 56.81%

 BLUE value IS 26 (10.55% from 255) = 10.12%

R = 33.07%
G = 56.81%
B = 10.12%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#55921A (or 0x55921A) is known color: Limeade. HEX triplet: 55, 92 and 1A. RGB value is (85,146,26). Sum of RGB (Red+Green+Blue) = 85+146+26=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 146 (57.42% from 255 or 56.81% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 146 - color contains mainly: green. Hex color #55921A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55921A is #AA6DE5. Grayscale: #727272. Windows color (decimal): -11169254 or 1741397. OLE color: 1741397.

HSL color Cylindrical-coordinate representation of color #55921A: hue angle of 90.5º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55921A is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 146 26 -
CMYK 0.42 0 0.82 0.43
HSL 90.5º 0.7% 0.34% -
HSV(B) 90.5º 0.82% 0.57% -
XYZ 14.21 22.56 4.58 -
YUV 114.08 78.29 107.26 -
System Red Green Blue C M Y K H S L
Decimal 85 146 26 0.42 0 0.82 0.43 90.5 0.7 0.34
Hex 55 92 1A 2A 0 52 2B 5A 46 22
Octal 125 222 32 52 0 122 53 132 106 42
Binary 1010101 10010010 11010 101010 0 1010010 101011 1011010 1000110 100010

Color Harmonies of #55921A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55921A

Black with #55921A

Text Example


Text Example

White with #55921A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55921A; }

 p { color: rgb(85,146,26); }

 H1.HeaderClassName
 {
   color: #55921A;
 }
 .AnyTagClassName
 {
   color: #55921A;
 }
</style>

background-color css

<style>
 a { background-color: #55921A; }

 a { background-color: rgb(85,146,26); }

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

border-color css

<style>
 span { border-color: #55921A; }

 span { border-color: rgb(85,146,26); }

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