Html Css Color HEX #827E2B Trendy Green

📋 copy color: '#827E2B'

red 130 ◦ green 126 ◦ blue 43

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

Shades of Trendy Green #827E2B

Tints of Trendy Green #827E2B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.14%

 BLUE value IS 43 (17.19% from 255) = 14.38%

R = 43.48%
G = 42.14%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#827E2B (or 0x827E2B) is known color: Trendy Green. HEX triplet: 82, 7E and 2B. RGB value is (130,126,43). Sum of RGB (Red+Green+Blue) = 130+126+43=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #827E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827E2B is #7D81D4. Grayscale: #767676. Windows color (decimal): -8225237 or 2850434. OLE color: 2850434.

HSL color Cylindrical-coordinate representation of color #827E2B: hue angle of 57.24º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #827E2B is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 126 43 -
CMYK 0 0.03 0.67 0.49
HSL 57.24º 0.5% 0.34% -
HSV(B) 57.24º 0.67% 0.51% -
XYZ 17.1 19.84 5.21 -
YUV 117.73 85.83 136.75 -
System Red Green Blue C M Y K H S L
Decimal 130 126 43 0 0.03 0.67 0.49 57.24 0.5 0.34
Hex 82 7E 2B 0 3 43 31 39 32 22
Octal 202 176 53 0 3 103 61 71 62 42
Binary 10000010 1111110 101011 0 11 1000011 110001 111001 110010 100010

Color Harmonies of #827E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E2B

Black with #827E2B

Text Example


Text Example

White with #827E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827E2B; }

 p { color: rgb(130,126,43); }

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

background-color css

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

 a { background-color: rgb(130,126,43); }

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

border-color css

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

 span { border-color: rgb(130,126,43); }

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