Html Css Color HEX #828433 Trendy Green

📋 copy color: '#828433'

red 130 ◦ green 132 ◦ blue 51

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

Shades of Trendy Green #828433

Tints of Trendy Green #828433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.29%

R = 41.53%
G = 42.17%
B = 16.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#828433 (or 0x828433) is known color: Trendy Green. HEX triplet: 82, 84 and 33. RGB value is (130,132,51). Sum of RGB (Red+Green+Blue) = 130+132+51=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 132 - color contains mainly: green. Hex color #828433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828433 is #7D7BCC. Grayscale: #7A7A7A. Windows color (decimal): -8223693 or 3376258. OLE color: 3376258.

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

Color convert

RGB 130 132 51 -
CMYK 0.02 0 0.61 0.48
HSL 61.48º 0.44% 0.36% -
HSV(B) 61.48º 0.61% 0.52% -
XYZ 18.05 21.49 6.33 -
YUV 122.17 87.84 133.59 -
System Red Green Blue C M Y K H S L
Decimal 130 132 51 0.02 0 0.61 0.48 61.48 0.44 0.36
Hex 82 84 33 2 0 3D 30 3D 2C 24
Octal 202 204 63 2 0 75 60 75 54 44
Binary 10000010 10000100 110011 10 0 111101 110000 111101 101100 100100

Color Harmonies of #828433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828433

Black with #828433

Text Example


Text Example

White with #828433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828433; }

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

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

background-color css

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

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

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

border-color css

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

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

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