Html Css Color HEX #828430 Trendy Green

📋 copy color: '#828430'

red 130 ◦ green 132 ◦ blue 48

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

Shades of Trendy Green #828430

Tints of Trendy Green #828430

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.58%

 BLUE value IS 48 (19.14% from 255) = 15.48%

R = 41.94%
G = 42.58%
B = 15.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#828430 (or 0x828430) is known color: Trendy Green. HEX triplet: 82, 84 and 30. RGB value is (130,132,48). Sum of RGB (Red+Green+Blue) = 130+132+48=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 132 - color contains mainly: green. Hex color #828430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828430 is #7D7BCF. Grayscale: #7A7A7A. Windows color (decimal): -8223696 or 3179650. OLE color: 3179650.

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

Color convert

RGB 130 132 48 -
CMYK 0.02 0 0.64 0.48
HSL 61.43º 0.47% 0.35% -
HSV(B) 61.43º 0.64% 0.52% -
XYZ 17.99 21.46 5.99 -
YUV 121.83 86.34 133.83 -
System Red Green Blue C M Y K H S L
Decimal 130 132 48 0.02 0 0.64 0.48 61.43 0.47 0.35
Hex 82 84 30 2 0 40 30 3D 2F 23
Octal 202 204 60 2 0 100 60 75 57 43
Binary 10000010 10000100 110000 10 0 1000000 110000 111101 101111 100011

Color Harmonies of #828430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828430

Black with #828430

Text Example


Text Example

White with #828430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828430; }

 p { color: rgb(130,132,48); }

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

background-color css

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

 a { background-color: rgb(130,132,48); }

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

border-color css

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

 span { border-color: rgb(130,132,48); }

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