Html Css Color HEX #828514 Trendy Green

📋 copy color: '#828514'

red 130 ◦ green 133 ◦ blue 20

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

Shades of Trendy Green #828514

Tints of Trendy Green #828514

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47%

 BLUE value IS 20 (8.2% from 255) = 7.07%

R = 45.94%
G = 47%
B = 7.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#828514 (or 0x828514) is known color: Trendy Green. HEX triplet: 82, 85 and 14. RGB value is (130,133,20). Sum of RGB (Red+Green+Blue) = 130+133+20=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #828514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828514 is #7D7AEB. Grayscale: #777777. Windows color (decimal): -8223468 or 1344898. OLE color: 1344898.

HSL color Cylindrical-coordinate representation of color #828514: hue angle of 61.59º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #828514 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 133 20 -
CMYK 0.02 0 0.85 0.48
HSL 61.59º 0.74% 0.3% -
HSV(B) 61.59º 0.85% 0.52% -
XYZ 17.72 21.57 3.89 -
YUV 119.22 72.01 135.69 -
System Red Green Blue C M Y K H S L
Decimal 130 133 20 0.02 0 0.85 0.48 61.59 0.74 0.3
Hex 82 85 14 2 0 55 30 3E 4A 1E
Octal 202 205 24 2 0 125 60 76 112 36
Binary 10000010 10000101 10100 10 0 1010101 110000 111110 1001010 11110

Color Harmonies of #828514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828514

Black with #828514

Text Example


Text Example

White with #828514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828514; }

 p { color: rgb(130,133,20); }

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

background-color css

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

 a { background-color: rgb(130,133,20); }

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

border-color css

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

 span { border-color: rgb(130,133,20); }

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