Html Css Color HEX #838214 Trendy Green

📋 copy color: '#838214'

red 131 ◦ green 130 ◦ blue 20

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

Shades of Trendy Green #838214

Tints of Trendy Green #838214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.12%

R = 46.62%
G = 46.26%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#838214 (or 0x838214) is known color: Trendy Green. HEX triplet: 83, 82 and 14. RGB value is (131,130,20). Sum of RGB (Red+Green+Blue) = 131+130+20=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #838214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838214 is #7C7DEB. Grayscale: #767676. Windows color (decimal): -8158700 or 1344131. OLE color: 1344131.

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

Color convert

RGB 131 130 20 -
CMYK 0 0.01 0.85 0.49
HSL 59.46º 0.74% 0.3% -
HSV(B) 59.46º 0.85% 0.51% -
XYZ 17.47 20.84 3.76 -
YUV 117.76 72.83 137.44 -
System Red Green Blue C M Y K H S L
Decimal 131 130 20 0 0.01 0.85 0.49 59.46 0.74 0.3
Hex 83 82 14 0 1 55 31 3B 4A 1E
Octal 203 202 24 0 1 125 61 73 112 36
Binary 10000011 10000010 10100 0 1 1010101 110001 111011 1001010 11110

Color Harmonies of #838214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838214

Black with #838214

Text Example


Text Example

White with #838214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838214; }

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

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

background-color css

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

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

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

border-color css

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

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

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