Html Css Color HEX #83927A Spanish Green

📋 copy color: '#83927A'

red 131 ◦ green 146 ◦ blue 122

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

Shades of Spanish Green #83927A

Tints of Spanish Green #83927A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.58%

R = 32.83%
G = 36.59%
B = 30.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#83927A (or 0x83927A) is known color: Spanish Green. HEX triplet: 83, 92 and 7A. RGB value is (131,146,122). Sum of RGB (Red+Green+Blue) = 131+146+122=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 146 - color contains mainly: green. Hex color #83927A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83927A is #7C6D85. Grayscale: #8A8A8A. Windows color (decimal): -8154502 or 8032899. OLE color: 8032899.

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

Color convert

RGB 131 146 122 -
CMYK 0.10 0 0.16 0.43
HSL 97.5º 0.1% 0.53% -
HSV(B) 97.5º 0.16% 0.57% -
XYZ 23.15 26.79 22.36 -
YUV 138.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 131 146 122 0.10 0 0.16 0.43 97.5 0.1 0.53
Hex 83 92 7A A 0 10 2B 62 A 35
Octal 203 222 172 12 0 20 53 142 12 65
Binary 10000011 10010010 1111010 1010 0 10000 101011 1100010 1010 110101

Color Harmonies of #83927A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83927A

Black with #83927A

Text Example


Text Example

White with #83927A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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