Html Css Color HEX #83927C Spanish Green

📋 copy color: '#83927C'

red 131 ◦ green 146 ◦ blue 124

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

Shades of Spanish Green #83927C

Tints of Spanish Green #83927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.41%

 BLUE value IS 124 (48.83% from 255) = 30.92%

R = 32.67%
G = 36.41%
B = 30.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#83927C (or 0x83927C) is known color: Spanish Green. HEX triplet: 83, 92 and 7C. RGB value is (131,146,124). Sum of RGB (Red+Green+Blue) = 131+146+124=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 146 - color contains mainly: green. Hex color #83927C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83927C is #7C6D83. Grayscale: #8B8B8B. Windows color (decimal): -8154500 or 8163971. OLE color: 8163971.

HSL color Cylindrical-coordinate representation of color #83927C: hue angle of 100.91º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #83927C is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 146 124 -
CMYK 0.10 0 0.15 0.43
HSL 100.91º 0.09% 0.53% -
HSV(B) 100.91º 0.15% 0.57% -
XYZ 23.28 26.84 23.02 -
YUV 139.01 119.53 122.29 -
System Red Green Blue C M Y K H S L
Decimal 131 146 124 0.10 0 0.15 0.43 100.91 0.09 0.53
Hex 83 92 7C A 0 F 2B 65 9 35
Octal 203 222 174 12 0 17 53 145 11 65
Binary 10000011 10010010 1111100 1010 0 1111 101011 1100101 1001 110101

Color Harmonies of #83927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83927C

Black with #83927C

Text Example


Text Example

White with #83927C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83927C; }

 p { color: rgb(131,146,124); }

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

background-color css

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

 a { background-color: rgb(131,146,124); }

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

border-color css

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

 span { border-color: rgb(131,146,124); }

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