Html Css Color HEX #83907E Spanish Green

📋 copy color: '#83907E'

red 131 ◦ green 144 ◦ blue 126

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

Shades of Spanish Green #83907E

Tints of Spanish Green #83907E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.91%

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

R = 32.67%
G = 35.91%
B = 31.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#83907E (or 0x83907E) is known color: Spanish Green. HEX triplet: 83, 90 and 7E. RGB value is (131,144,126). Sum of RGB (Red+Green+Blue) = 131+144+126=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 144 - color contains mainly: green. Hex color #83907E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83907E is #7C6F81. Grayscale: #8A8A8A. Windows color (decimal): -8155010 or 8294531. OLE color: 8294531.

HSL color Cylindrical-coordinate representation of color #83907E: hue angle of 103.33º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #83907E is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 144 126 -
CMYK 0.09 0 0.12 0.44
HSL 103.33º 0.08% 0.53% -
HSV(B) 103.33º 0.13% 0.56% -
XYZ 23.1 26.28 23.59 -
YUV 138.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 131 144 126 0.09 0 0.12 0.44 103.33 0.08 0.53
Hex 83 90 7E 9 0 C 2C 67 8 35
Octal 203 220 176 11 0 14 54 147 10 65
Binary 10000011 10010000 1111110 1001 0 1100 101100 1100111 1000 110101

Color Harmonies of #83907E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83907E

Black with #83907E

Text Example


Text Example

White with #83907E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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