Html Css Color HEX #858C13 Trendy Green

📋 copy color: '#858C13'

red 133 ◦ green 140 ◦ blue 19

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

Shades of Trendy Green #858C13

Tints of Trendy Green #858C13

RGB

 RED value IS 133 (52.34% from 255) = 45.55%

 GREEN value IS 140 (55.08% from 255) = 47.95%

 BLUE value IS 19 (7.81% from 255) = 6.51%

R = 45.55%
G = 47.95%
B = 6.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#858C13 (or 0x858C13) is known color: Trendy Green. HEX triplet: 85, 8C and 13. RGB value is (133,140,19). Sum of RGB (Red+Green+Blue) = 133+140+19=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 140 (55.08% from 255 or 47.95% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 140 - color contains mainly: green. Hex color #858C13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858C13 is #7A73EC. Grayscale: #7C7C7C. Windows color (decimal): -8025069 or 1281157. OLE color: 1281157.

HSL color Cylindrical-coordinate representation of color #858C13: hue angle of 63.47º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #858C13 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 140 19 -
CMYK 0.05 0 0.86 0.45
HSL 63.47º 0.76% 0.31% -
HSV(B) 63.47º 0.86% 0.55% -
XYZ 19.17 23.79 4.2 -
YUV 124.11 68.68 134.34 -
System Red Green Blue C M Y K H S L
Decimal 133 140 19 0.05 0 0.86 0.45 63.47 0.76 0.31
Hex 85 8C 13 5 0 56 2D 3F 4C 1F
Octal 205 214 23 5 0 126 55 77 114 37
Binary 10000101 10001100 10011 101 0 1010110 101101 111111 1001100 11111

Color Harmonies of #858C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858C13

Black with #858C13

Text Example


Text Example

White with #858C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858C13; }

 p { color: rgb(133,140,19); }

 H1.HeaderClassName
 {
   color: #858C13;
 }
 .AnyTagClassName
 {
   color: #858C13;
 }
</style>

background-color css

<style>
 a { background-color: #858C13; }

 a { background-color: rgb(133,140,19); }

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

border-color css

<style>
 span { border-color: #858C13; }

 span { border-color: rgb(133,140,19); }

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