Html Css Color HEX #55920C Limeade

📋 copy color: '#55920C'

red 85 ◦ green 146 ◦ blue 12

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

Shades of Limeade #55920C

Tints of Limeade #55920C

RGB

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

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

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

R = 34.98%
G = 60.08%
B = 4.94%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#55920C (or 0x55920C) is known color: Limeade. HEX triplet: 55, 92 and 0C. RGB value is (85,146,12). Sum of RGB (Red+Green+Blue) = 85+146+12=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 146 (57.42% from 255 or 60.08% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 146 - color contains mainly: green. Hex color #55920C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55920C is #AA6DF3. Grayscale: #707070. Windows color (decimal): -11169268 or 823893. OLE color: 823893.

HSL color Cylindrical-coordinate representation of color #55920C: hue angle of 87.31º 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 #55920C is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 146 12 -
CMYK 0.42 0 0.92 0.43
HSL 87.31º 0.85% 0.31% -
HSV(B) 87.31º 0.92% 0.57% -
XYZ 14.09 22.52 3.95 -
YUV 112.49 71.29 108.4 -
System Red Green Blue C M Y K H S L
Decimal 85 146 12 0.42 0 0.92 0.43 87.31 0.85 0.31
Hex 55 92 C 2A 0 5C 2B 57 55 1F
Octal 125 222 14 52 0 134 53 127 125 37
Binary 1010101 10010010 1100 101010 0 1011100 101011 1010111 1010101 11111

Color Harmonies of #55920C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55920C

Black with #55920C

Text Example


Text Example

White with #55920C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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