Html Css Color HEX #83927E Spanish Green

📋 copy color: '#83927E'

red 131 ◦ green 146 ◦ blue 126

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

Shades of Spanish Green #83927E

Tints of Spanish Green #83927E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.27%

R = 32.51%
G = 36.23%
B = 31.27%

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

#83927E (or 0x83927E) is known color: Spanish Green. HEX triplet: 83, 92 and 7E. RGB value is (131,146,126). Sum of RGB (Red+Green+Blue) = 131+146+126=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 146 - color contains mainly: green. Hex color #83927E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83927E is #7C6D81. Grayscale: #8B8B8B. Windows color (decimal): -8154498 or 8295043. OLE color: 8295043.

HSL color Cylindrical-coordinate representation of color #83927E: hue angle of 105º degrees, saturation: 0.08, 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 #83927E is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 146 126 -
CMYK 0.10 0 0.14 0.43
HSL 105º 0.08% 0.53% -
HSV(B) 105º 0.14% 0.57% -
XYZ 23.4 26.89 23.7 -
YUV 139.24 120.53 122.13 -
System Red Green Blue C M Y K H S L
Decimal 131 146 126 0.10 0 0.14 0.43 105 0.08 0.53
Hex 83 92 7E A 0 E 2B 69 8 35
Octal 203 222 176 12 0 16 53 151 10 65
Binary 10000011 10010010 1111110 1010 0 1110 101011 1101001 1000 110101

Color Harmonies of #83927E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83927E

Black with #83927E

Text Example


Text Example

White with #83927E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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