Html Css Color HEX #838215 Trendy Green

📋 copy color: '#838215'

red 131 ◦ green 130 ◦ blue 21

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

Shades of Trendy Green #838215

Tints of Trendy Green #838215

RGB

 RED value IS 131 (51.56% from 255) = 46.45%

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

 BLUE value IS 21 (8.59% from 255) = 7.45%

R = 46.45%
G = 46.1%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#838215 (or 0x838215) is known color: Trendy Green. HEX triplet: 83, 82 and 15. RGB value is (131,130,21). Sum of RGB (Red+Green+Blue) = 131+130+21=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #838215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838215 is #7C7DEA. Grayscale: #767676. Windows color (decimal): -8158699 or 1409667. OLE color: 1409667.

HSL color Cylindrical-coordinate representation of color #838215: hue angle of 59.45º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #838215 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 130 21 -
CMYK 0 0.01 0.84 0.49
HSL 59.45º 0.72% 0.3% -
HSV(B) 59.45º 0.84% 0.51% -
XYZ 17.48 20.84 3.81 -
YUV 117.87 73.33 137.36 -
System Red Green Blue C M Y K H S L
Decimal 131 130 21 0 0.01 0.84 0.49 59.45 0.72 0.3
Hex 83 82 15 0 1 54 31 3B 48 1E
Octal 203 202 25 0 1 124 61 73 110 36
Binary 10000011 10000010 10101 0 1 1010100 110001 111011 1001000 11110

Color Harmonies of #838215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838215

Black with #838215

Text Example


Text Example

White with #838215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838215; }

 p { color: rgb(131,130,21); }

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

background-color css

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

 a { background-color: rgb(131,130,21); }

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

border-color css

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

 span { border-color: rgb(131,130,21); }

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