Html Css Color HEX #827B1D Trendy Green

📋 copy color: '#827B1D'

red 130 ◦ green 123 ◦ blue 29

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

Shades of Trendy Green #827B1D

Tints of Trendy Green #827B1D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 43.62%

 BLUE value IS 29 (11.72% from 255) = 10.28%

R = 46.1%
G = 43.62%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#827B1D (or 0x827B1D) is known color: Trendy Green. HEX triplet: 82, 7B and 1D. RGB value is (130,123,29). Sum of RGB (Red+Green+Blue) = 130+123+29=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 123 (48.44% from 255 or 43.62% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #827B1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B1D is #7D84E2. Grayscale: #727272. Windows color (decimal): -8226019 or 1932162. OLE color: 1932162.

HSL color Cylindrical-coordinate representation of color #827B1D: hue angle of 55.84º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #827B1D is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 123 29 -
CMYK 0 0.05 0.78 0.49
HSL 55.84º 0.64% 0.31% -
HSV(B) 55.84º 0.78% 0.51% -
XYZ 16.51 19 3.96 -
YUV 114.38 79.82 139.14 -
System Red Green Blue C M Y K H S L
Decimal 130 123 29 0 0.05 0.78 0.49 55.84 0.64 0.31
Hex 82 7B 1D 0 5 4E 31 38 40 1F
Octal 202 173 35 0 5 116 61 70 100 37
Binary 10000010 1111011 11101 0 101 1001110 110001 111000 1000000 11111

Color Harmonies of #827B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B1D

Black with #827B1D

Text Example


Text Example

White with #827B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,123,29); }

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

background-color css

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

 a { background-color: rgb(130,123,29); }

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

border-color css

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

 span { border-color: rgb(130,123,29); }

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