Html Css Color HEX #53920C Limeade

📋 copy color: '#53920C'

red 83 ◦ green 146 ◦ blue 12

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

Shades of Limeade #53920C

Tints of Limeade #53920C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.98%

R = 34.44%
G = 60.58%
B = 4.98%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#53920C (or 0x53920C) is known color: Limeade. HEX triplet: 53, 92 and 0C. RGB value is (83,146,12). Sum of RGB (Red+Green+Blue) = 83+146+12=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 146 (57.42% from 255 or 60.58% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 146 - color contains mainly: green. Hex color #53920C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53920C is #AC6DF3. Grayscale: #707070. Windows color (decimal): -11300340 or 823891. OLE color: 823891.

HSL color Cylindrical-coordinate representation of color #53920C: hue angle of 88.21º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #53920C is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 146 12 -
CMYK 0.43 0 0.92 0.43
HSL 88.21º 0.85% 0.31% -
HSV(B) 88.21º 0.92% 0.57% -
XYZ 13.91 22.42 3.94 -
YUV 111.89 71.63 107.4 -
System Red Green Blue C M Y K H S L
Decimal 83 146 12 0.43 0 0.92 0.43 88.21 0.85 0.31
Hex 53 92 C 2B 0 5C 2B 58 55 1F
Octal 123 222 14 53 0 134 53 130 125 37
Binary 1010011 10010010 1100 101011 0 1011100 101011 1011000 1010101 11111

Color Harmonies of #53920C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53920C

Black with #53920C

Text Example


Text Example

White with #53920C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53920C; }

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

 H1.HeaderClassName
 {
   color: #53920C;
 }
 .AnyTagClassName
 {
   color: #53920C;
 }
</style>

background-color css

<style>
 a { background-color: #53920C; }

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

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

border-color css

<style>
 span { border-color: #53920C; }

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

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