Html Css Color HEX #828530 Trendy Green

📋 copy color: '#828530'

red 130 ◦ green 133 ◦ blue 48

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

Shades of Trendy Green #828530

Tints of Trendy Green #828530

RGB

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

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

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

R = 41.8%
G = 42.77%
B = 15.43%

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

#828530 (or 0x828530) is known color: Trendy Green. HEX triplet: 82, 85 and 30. RGB value is (130,133,48). Sum of RGB (Red+Green+Blue) = 130+133+48=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #828530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828530 is #7D7ACF. Grayscale: #7A7A7A. Windows color (decimal): -8223440 or 3179906. OLE color: 3179906.

HSL color Cylindrical-coordinate representation of color #828530: hue angle of 62.12º 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 #828530 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 133 48 -
CMYK 0.02 0 0.64 0.48
HSL 62.12º 0.47% 0.35% -
HSV(B) 62.12º 0.64% 0.52% -
XYZ 18.13 21.73 6.04 -
YUV 122.41 86.01 133.41 -
System Red Green Blue C M Y K H S L
Decimal 130 133 48 0.02 0 0.64 0.48 62.12 0.47 0.35
Hex 82 85 30 2 0 40 30 3E 2F 23
Octal 202 205 60 2 0 100 60 76 57 43
Binary 10000010 10000101 110000 10 0 1000000 110000 111110 101111 100011

Color Harmonies of #828530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828530

Black with #828530

Text Example


Text Example

White with #828530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828530; }

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

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

background-color css

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

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

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

border-color css

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

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

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