Html Css Color HEX #838521 Trendy Green

📋 copy color: '#838521'

red 131 ◦ green 133 ◦ blue 33

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

Shades of Trendy Green #838521

Tints of Trendy Green #838521

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.78%

 BLUE value IS 33 (13.28% from 255) = 11.11%

R = 44.11%
G = 44.78%
B = 11.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#838521 (or 0x838521) is known color: Trendy Green. HEX triplet: 83, 85 and 21. RGB value is (131,133,33). Sum of RGB (Red+Green+Blue) = 131+133+33=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #838521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838521 is #7C7ADE. Grayscale: #797979. Windows color (decimal): -8157919 or 2196867. OLE color: 2196867.

HSL color Cylindrical-coordinate representation of color #838521: hue angle of 61.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #838521 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 133 33 -
CMYK 0.02 0 0.75 0.48
HSL 61.2º 0.6% 0.33% -
HSV(B) 61.2º 0.75% 0.52% -
XYZ 18.02 21.71 4.68 -
YUV 121 78.34 135.13 -
System Red Green Blue C M Y K H S L
Decimal 131 133 33 0.02 0 0.75 0.48 61.2 0.6 0.33
Hex 83 85 21 2 0 4B 30 3D 3C 21
Octal 203 205 41 2 0 113 60 75 74 41
Binary 10000011 10000101 100001 10 0 1001011 110000 111101 111100 100001

Color Harmonies of #838521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838521

Black with #838521

Text Example


Text Example

White with #838521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838521; }

 p { color: rgb(131,133,33); }

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

background-color css

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

 a { background-color: rgb(131,133,33); }

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

border-color css

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

 span { border-color: rgb(131,133,33); }

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