Html Css Color HEX #53922B Limeade

📋 copy color: '#53922B'

red 83 ◦ green 146 ◦ blue 43

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

Shades of Limeade #53922B

Tints of Limeade #53922B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.81%

R = 30.51%
G = 53.68%
B = 15.81%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.71

 K value IS 0.43

RGB Variations

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

Color information

#53922B (or 0x53922B) is known color: Limeade. HEX triplet: 53, 92 and 2B. RGB value is (83,146,43). Sum of RGB (Red+Green+Blue) = 83+146+43=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #53922B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53922B is #AC6DD4. Grayscale: #737373. Windows color (decimal): -11300309 or 2855507. OLE color: 2855507.

HSL color Cylindrical-coordinate representation of color #53922B: hue angle of 96.7º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #53922B is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 146 43 -
CMYK 0.43 0 0.71 0.43
HSL 96.7º 0.54% 0.37% -
HSV(B) 96.7º 0.71% 0.57% -
XYZ 14.28 22.57 5.89 -
YUV 115.42 87.13 104.88 -
System Red Green Blue C M Y K H S L
Decimal 83 146 43 0.43 0 0.71 0.43 96.7 0.54 0.37
Hex 53 92 2B 2B 0 47 2B 61 36 25
Octal 123 222 53 53 0 107 53 141 66 45
Binary 1010011 10010010 101011 101011 0 1000111 101011 1100001 110110 100101

Color Harmonies of #53922B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53922B

Black with #53922B

Text Example


Text Example

White with #53922B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53922B; }

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

 H1.HeaderClassName
 {
   color: #53922B;
 }
 .AnyTagClassName
 {
   color: #53922B;
 }
</style>

background-color css

<style>
 a { background-color: #53922B; }

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

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

border-color css

<style>
 span { border-color: #53922B; }

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

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