Html Css Color HEX #828E13 Trendy Green

📋 copy color: '#828E13'

red 130 ◦ green 142 ◦ blue 19

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

Shades of Trendy Green #828E13

Tints of Trendy Green #828E13

RGB

 RED value IS 130 (51.17% from 255) = 44.67%

 GREEN value IS 142 (55.86% from 255) = 48.8%

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

R = 44.67%
G = 48.8%
B = 6.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#828E13 (or 0x828E13) is known color: Trendy Green. HEX triplet: 82, 8E and 13. RGB value is (130,142,19). Sum of RGB (Red+Green+Blue) = 130+142+19=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 142 (55.86% from 255 or 48.80% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 142 - color contains mainly: green. Hex color #828E13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828E13 is #7D71EC. Grayscale: #7C7C7C. Windows color (decimal): -8221165 or 1281666. OLE color: 1281666.

HSL color Cylindrical-coordinate representation of color #828E13: hue angle of 65.85º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #828E13 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 142 19 -
CMYK 0.08 0 0.87 0.44
HSL 65.85º 0.76% 0.32% -
HSV(B) 65.85º 0.87% 0.56% -
XYZ 19 24.14 4.27 -
YUV 124.39 68.52 132 -
System Red Green Blue C M Y K H S L
Decimal 130 142 19 0.08 0 0.87 0.44 65.85 0.76 0.32
Hex 82 8E 13 8 0 57 2C 42 4C 20
Octal 202 216 23 10 0 127 54 102 114 40
Binary 10000010 10001110 10011 1000 0 1010111 101100 1000010 1001100 100000

Color Harmonies of #828E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828E13

Black with #828E13

Text Example


Text Example

White with #828E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828E13; }

 p { color: rgb(130,142,19); }

 H1.HeaderClassName
 {
   color: #828E13;
 }
 .AnyTagClassName
 {
   color: #828E13;
 }
</style>

background-color css

<style>
 a { background-color: #828E13; }

 a { background-color: rgb(130,142,19); }

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

border-color css

<style>
 span { border-color: #828E13; }

 span { border-color: rgb(130,142,19); }

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