Html Css Color HEX #827B1A Trendy Green

📋 copy color: '#827B1A'

red 130 ◦ green 123 ◦ blue 26

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

Shades of Trendy Green #827B1A

Tints of Trendy Green #827B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.32%

R = 46.59%
G = 44.09%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.8

 K value IS 0.49

RGB Variations

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

Color information

#827B1A (or 0x827B1A) is known color: Trendy Green. HEX triplet: 82, 7B and 1A. RGB value is (130,123,26). Sum of RGB (Red+Green+Blue) = 130+123+26=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #827B1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B1A is #7D84E5. Grayscale: #727272. Windows color (decimal): -8226022 or 1735554. OLE color: 1735554.

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

Color convert

RGB 130 123 26 -
CMYK 0 0.05 0.8 0.49
HSL 55.96º 0.67% 0.31% -
HSV(B) 55.96º 0.8% 0.51% -
XYZ 16.48 18.99 3.77 -
YUV 114.04 78.32 139.39 -
System Red Green Blue C M Y K H S L
Decimal 130 123 26 0 0.05 0.8 0.49 55.96 0.67 0.31
Hex 82 7B 1A 0 5 50 31 38 43 1F
Octal 202 173 32 0 5 120 61 70 103 37
Binary 10000010 1111011 11010 0 101 1010000 110001 111000 1000011 11111

Color Harmonies of #827B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B1A

Black with #827B1A

Text Example


Text Example

White with #827B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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