Html Css Color HEX #889484 Spanish Green

📋 copy color: '#889484'

red 136 ◦ green 148 ◦ blue 132

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

Shades of Spanish Green #889484

Tints of Spanish Green #889484

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.58%

 BLUE value IS 132 (51.95% from 255) = 31.73%

R = 32.69%
G = 35.58%
B = 31.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#889484 (or 0x889484) is known color: Spanish Green. HEX triplet: 88, 94 and 84. RGB value is (136,148,132). Sum of RGB (Red+Green+Blue) = 136+148+132=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 148 - color contains mainly: green. Hex color #889484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889484 is #776B7B. Grayscale: #8E8E8E. Windows color (decimal): -7826300 or 8688776. OLE color: 8688776.

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

Color convert

RGB 136 148 132 -
CMYK 0.08 0 0.11 0.42
HSL 105º 0.07% 0.55% -
HSV(B) 105º 0.11% 0.58% -
XYZ 24.91 28.08 25.94 -
YUV 142.59 122.02 123.3 -
System Red Green Blue C M Y K H S L
Decimal 136 148 132 0.08 0 0.11 0.42 105 0.07 0.55
Hex 88 94 84 8 0 B 2A 69 7 37
Octal 210 224 204 10 0 13 52 151 7 67
Binary 10001000 10010100 10000100 1000 0 1011 101010 1101001 111 110111

Color Harmonies of #889484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889484

Black with #889484

Text Example


Text Example

White with #889484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889484; }

 p { color: rgb(136,148,132); }

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

background-color css

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

 a { background-color: rgb(136,148,132); }

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

border-color css

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

 span { border-color: rgb(136,148,132); }

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