Html Css Color HEX #83927F Spanish Green

📋 copy color: '#83927F'

red 131 ◦ green 146 ◦ blue 127

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

Shades of Spanish Green #83927F

Tints of Spanish Green #83927F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.44%

R = 32.43%
G = 36.14%
B = 31.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#83927F (or 0x83927F) is known color: Spanish Green. HEX triplet: 83, 92 and 7F. RGB value is (131,146,127). Sum of RGB (Red+Green+Blue) = 131+146+127=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 146 - color contains mainly: green. Hex color #83927F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83927F is #7C6D80. Grayscale: #8B8B8B. Windows color (decimal): -8154497 or 8360579. OLE color: 8360579.

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

Color convert

RGB 131 146 127 -
CMYK 0.10 0 0.13 0.43
HSL 107.37º 0.08% 0.54% -
HSV(B) 107.37º 0.13% 0.57% -
XYZ 23.47 26.92 24.04 -
YUV 139.35 121.03 122.04 -
System Red Green Blue C M Y K H S L
Decimal 131 146 127 0.10 0 0.13 0.43 107.37 0.08 0.54
Hex 83 92 7F A 0 D 2B 6B 8 36
Octal 203 222 177 12 0 15 53 153 10 66
Binary 10000011 10010010 1111111 1010 0 1101 101011 1101011 1000 110110

Color Harmonies of #83927F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83927F

Black with #83927F

Text Example


Text Example

White with #83927F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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