Html Css Color HEX #83927D Spanish Green

📋 copy color: '#83927D'

red 131 ◦ green 146 ◦ blue 125

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

Shades of Spanish Green #83927D

Tints of Spanish Green #83927D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.09%

R = 32.59%
G = 36.32%
B = 31.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#83927D (or 0x83927D) is known color: Spanish Green. HEX triplet: 83, 92 and 7D. RGB value is (131,146,125). Sum of RGB (Red+Green+Blue) = 131+146+125=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 146 - color contains mainly: green. Hex color #83927D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83927D is #7C6D82. Grayscale: #8B8B8B. Windows color (decimal): -8154499 or 8229507. OLE color: 8229507.

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

Color convert

RGB 131 146 125 -
CMYK 0.10 0 0.14 0.43
HSL 102.86º 0.09% 0.53% -
HSV(B) 102.86º 0.14% 0.57% -
XYZ 23.34 26.86 23.36 -
YUV 139.12 120.03 122.21 -
System Red Green Blue C M Y K H S L
Decimal 131 146 125 0.10 0 0.14 0.43 102.86 0.09 0.53
Hex 83 92 7D A 0 E 2B 67 9 35
Octal 203 222 175 12 0 16 53 147 11 65
Binary 10000011 10010010 1111101 1010 0 1110 101011 1100111 1001 110101

Color Harmonies of #83927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83927D

Black with #83927D

Text Example


Text Example

White with #83927D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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