Html Css Color HEX #889382 Spanish Green

📋 copy color: '#889382'

red 136 ◦ green 147 ◦ blue 130

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

Shades of Spanish Green #889382

Tints of Spanish Green #889382

RGB

 RED value IS 136 (53.52% from 255) = 32.93%

 GREEN value IS 147 (57.81% from 255) = 35.59%

 BLUE value IS 130 (51.17% from 255) = 31.48%

R = 32.93%
G = 35.59%
B = 31.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#889382 (or 0x889382) is known color: Spanish Green. HEX triplet: 88, 93 and 82. RGB value is (136,147,130). Sum of RGB (Red+Green+Blue) = 136+147+130=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 147 - color contains mainly: green. Hex color #889382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889382 is #776C7D. Grayscale: #8D8D8D. Windows color (decimal): -7826558 or 8557448. OLE color: 8557448.

HSL color Cylindrical-coordinate representation of color #889382: hue angle of 98.82º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #889382 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 147 130 -
CMYK 0.07 0 0.12 0.42
HSL 98.82º 0.07% 0.54% -
HSV(B) 98.82º 0.12% 0.58% -
XYZ 24.62 27.71 25.17 -
YUV 141.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 136 147 130 0.07 0 0.12 0.42 98.82 0.07 0.54
Hex 88 93 82 7 0 C 2A 63 7 36
Octal 210 223 202 7 0 14 52 143 7 66
Binary 10001000 10010011 10000010 111 0 1100 101010 1100011 111 110110

Color Harmonies of #889382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889382

Black with #889382

Text Example


Text Example

White with #889382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889382; }

 p { color: rgb(136,147,130); }

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

background-color css

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

 a { background-color: rgb(136,147,130); }

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

border-color css

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

 span { border-color: rgb(136,147,130); }

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