Html Css Color HEX #828A27 Trendy Green

📋 copy color: '#828A27'

red 130 ◦ green 138 ◦ blue 39

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

Shades of Trendy Green #828A27

Tints of Trendy Green #828A27

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.95%

 BLUE value IS 39 (15.63% from 255) = 12.7%

R = 42.35%
G = 44.95%
B = 12.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#828A27 (or 0x828A27) is known color: Trendy Green. HEX triplet: 82, 8A and 27. RGB value is (130,138,39). Sum of RGB (Red+Green+Blue) = 130+138+39=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 138 - color contains mainly: green. Hex color #828A27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828A27 is #7D75D8. Grayscale: #7C7C7C. Windows color (decimal): -8222169 or 2591362. OLE color: 2591362.

HSL color Cylindrical-coordinate representation of color #828A27: hue angle of 64.85º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #828A27 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 138 39 -
CMYK 0.06 0 0.72 0.46
HSL 64.85º 0.56% 0.35% -
HSV(B) 64.85º 0.72% 0.54% -
XYZ 18.66 23.07 5.39 -
YUV 124.32 79.85 132.05 -
System Red Green Blue C M Y K H S L
Decimal 130 138 39 0.06 0 0.72 0.46 64.85 0.56 0.35
Hex 82 8A 27 6 0 48 2E 41 38 23
Octal 202 212 47 6 0 110 56 101 70 43
Binary 10000010 10001010 100111 110 0 1001000 101110 1000001 111000 100011

Color Harmonies of #828A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828A27

Black with #828A27

Text Example


Text Example

White with #828A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828A27; }

 p { color: rgb(130,138,39); }

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

background-color css

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

 a { background-color: rgb(130,138,39); }

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

border-color css

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

 span { border-color: rgb(130,138,39); }

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