Html Css Color HEX #83887F Spanish Green

📋 copy color: '#83887F'

red 131 ◦ green 136 ◦ blue 127

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

Shades of Spanish Green #83887F

Tints of Spanish Green #83887F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.52%

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

R = 33.25%
G = 34.52%
B = 32.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#83887F (or 0x83887F) is known color: Spanish Green. HEX triplet: 83, 88 and 7F. RGB value is (131,136,127). Sum of RGB (Red+Green+Blue) = 131+136+127=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 136 - color contains mainly: green. Hex color #83887F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83887F is #7C7780. Grayscale: #858585. Windows color (decimal): -8157057 or 8358019. OLE color: 8358019.

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

Color convert

RGB 131 136 127 -
CMYK 0.04 0 0.07 0.47
HSL 93.33º 0.04% 0.52% -
HSV(B) 93.33º 0.07% 0.53% -
XYZ 22 23.97 23.55 -
YUV 133.48 124.34 126.23 -
System Red Green Blue C M Y K H S L
Decimal 131 136 127 0.04 0 0.07 0.47 93.33 0.04 0.52
Hex 83 88 7F 4 0 7 2F 5D 4 34
Octal 203 210 177 4 0 7 57 135 4 64
Binary 10000011 10001000 1111111 100 0 111 101111 1011101 100 110100

Color Harmonies of #83887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83887F

Black with #83887F

Text Example


Text Example

White with #83887F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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