Html Css Color HEX #838231 Trendy Green

📋 copy color: '#838231'

red 131 ◦ green 130 ◦ blue 49

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

Shades of Trendy Green #838231

Tints of Trendy Green #838231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.81%

R = 42.26%
G = 41.94%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#838231 (or 0x838231) is known color: Trendy Green. HEX triplet: 83, 82 and 31. RGB value is (131,130,49). Sum of RGB (Red+Green+Blue) = 131+130+49=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #838231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838231 is #7C7DCE. Grayscale: #797979. Windows color (decimal): -8158671 or 3244675. OLE color: 3244675.

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

Color convert

RGB 131 130 49 -
CMYK 0 0.01 0.63 0.49
HSL 59.27º 0.46% 0.35% -
HSV(B) 59.27º 0.63% 0.51% -
XYZ 17.9 21.01 6.02 -
YUV 121.07 87.33 135.09 -
System Red Green Blue C M Y K H S L
Decimal 131 130 49 0 0.01 0.63 0.49 59.27 0.46 0.35
Hex 83 82 31 0 1 3F 31 3B 2E 23
Octal 203 202 61 0 1 77 61 73 56 43
Binary 10000011 10000010 110001 0 1 111111 110001 111011 101110 100011

Color Harmonies of #838231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838231

Black with #838231

Text Example


Text Example

White with #838231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838231; }

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

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

background-color css

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

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

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

border-color css

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

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

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