Html Css Color HEX #83897F Spanish Green

📋 copy color: '#83897F'

red 131 ◦ green 137 ◦ blue 127

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

Shades of Spanish Green #83897F

Tints of Spanish Green #83897F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.68%

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

R = 33.16%
G = 34.68%
B = 32.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#83897F (or 0x83897F) is known color: Spanish Green. HEX triplet: 83, 89 and 7F. RGB value is (131,137,127). Sum of RGB (Red+Green+Blue) = 131+137+127=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 137 - color contains mainly: green. Hex color #83897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83897F is #7C7680. Grayscale: #868686. Windows color (decimal): -8156801 or 8358275. OLE color: 8358275.

HSL color Cylindrical-coordinate representation of color #83897F: hue angle of 96º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #83897F is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 137 127 -
CMYK 0.04 0 0.07 0.46
HSL 96º 0.04% 0.52% -
HSV(B) 96º 0.07% 0.54% -
XYZ 22.14 24.25 23.59 -
YUV 134.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 131 137 127 0.04 0 0.07 0.46 96 0.04 0.52
Hex 83 89 7F 4 0 7 2E 60 4 34
Octal 203 211 177 4 0 7 56 140 4 64
Binary 10000011 10001001 1111111 100 0 111 101110 1100000 100 110100

Color Harmonies of #83897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83897F

Black with #83897F

Text Example


Text Example

White with #83897F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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