Html Css Color HEX #53921A Limeade

📋 copy color: '#53921A'

red 83 ◦ green 146 ◦ blue 26

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

Shades of Limeade #53921A

Tints of Limeade #53921A

RGB

 RED value IS 83 (32.81% from 255) = 32.55%

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

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

R = 32.55%
G = 57.25%
B = 10.2%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#53921A (or 0x53921A) is known color: Limeade. HEX triplet: 53, 92 and 1A. RGB value is (83,146,26). Sum of RGB (Red+Green+Blue) = 83+146+26=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 146 (57.42% from 255 or 57.25% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 146 - color contains mainly: green. Hex color #53921A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53921A is #AC6DE5. Grayscale: #717171. Windows color (decimal): -11300326 or 1741395. OLE color: 1741395.

HSL color Cylindrical-coordinate representation of color #53921A: hue angle of 91.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 #53921A is Cyan = 0.43, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 146 26 -
CMYK 0.43 0 0.82 0.43
HSL 91.5º 0.7% 0.34% -
HSV(B) 91.5º 0.82% 0.57% -
XYZ 14.03 22.47 4.58 -
YUV 113.48 78.63 106.26 -
System Red Green Blue C M Y K H S L
Decimal 83 146 26 0.43 0 0.82 0.43 91.5 0.7 0.34
Hex 53 92 1A 2B 0 52 2B 5C 46 22
Octal 123 222 32 53 0 122 53 134 106 42
Binary 1010011 10010010 11010 101011 0 1010010 101011 1011100 1000110 100010

Color Harmonies of #53921A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53921A

Black with #53921A

Text Example


Text Example

White with #53921A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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