Html Css Color HEX #5C9616 Limeade

📋 copy color: '#5C9616'

red 92 ◦ green 150 ◦ blue 22

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

Shades of Limeade #5C9616

Tints of Limeade #5C9616

RGB

 RED value IS 92 (36.33% from 255) = 34.85%

 GREEN value IS 150 (58.98% from 255) = 56.82%

 BLUE value IS 22 (8.98% from 255) = 8.33%

R = 34.85%
G = 56.82%
B = 8.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#5C9616 (or 0x5C9616) is known color: Limeade. HEX triplet: 5C, 96 and 16. RGB value is (92,150,22). Sum of RGB (Red+Green+Blue) = 92+150+22=264 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.85% from 264); Green value is 150 (58.98% from 255 or 56.82% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 150 - color contains mainly: green. Hex color #5C9616 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C9616 is #A369E9. Grayscale: #767676. Windows color (decimal): -10709482 or 1480284. OLE color: 1480284.

HSL color Cylindrical-coordinate representation of color #5C9616: hue angle of 87.19º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C9616 is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 92 150 22 -
CMYK 0.39 0 0.85 0.41
HSL 87.19º 0.74% 0.34% -
HSV(B) 87.19º 0.85% 0.59% -
XYZ 15.46 24.15 4.6 -
YUV 118.07 73.78 109.41 -
System Red Green Blue C M Y K H S L
Decimal 92 150 22 0.39 0 0.85 0.41 87.19 0.74 0.34
Hex 5C 96 16 27 0 55 29 57 4A 22
Octal 134 226 26 47 0 125 51 127 112 42
Binary 1011100 10010110 10110 100111 0 1010101 101001 1010111 1001010 100010

Color Harmonies of #5C9616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9616

Black with #5C9616

Text Example


Text Example

White with #5C9616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C9616; }

 p { color: rgb(92,150,22); }

 H1.HeaderClassName
 {
   color: #5C9616;
 }
 .AnyTagClassName
 {
   color: #5C9616;
 }
</style>

background-color css

<style>
 a { background-color: #5C9616; }

 a { background-color: rgb(92,150,22); }

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

border-color css

<style>
 span { border-color: #5C9616; }

 span { border-color: rgb(92,150,22); }

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