Html Css Color HEX #889285 Spanish Green

📋 copy color: '#889285'

red 136 ◦ green 146 ◦ blue 133

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

Shades of Spanish Green #889285

Tints of Spanish Green #889285

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.18%

 BLUE value IS 133 (52.34% from 255) = 32.05%

R = 32.77%
G = 35.18%
B = 32.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#889285 (or 0x889285) is known color: Spanish Green. HEX triplet: 88, 92 and 85. RGB value is (136,146,133). Sum of RGB (Red+Green+Blue) = 136+146+133=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 146 - color contains mainly: green. Hex color #889285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889285 is #776D7A. Grayscale: #8D8D8D. Windows color (decimal): -7826811 or 8753800. OLE color: 8753800.

HSL color Cylindrical-coordinate representation of color #889285: hue angle of 106.15º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #889285 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 146 133 -
CMYK 0.07 0 0.09 0.43
HSL 106.15º 0.06% 0.55% -
HSV(B) 106.15º 0.09% 0.57% -
XYZ 24.67 27.49 26.2 -
YUV 141.53 123.19 124.06 -
System Red Green Blue C M Y K H S L
Decimal 136 146 133 0.07 0 0.09 0.43 106.15 0.06 0.55
Hex 88 92 85 7 0 9 2B 6A 6 37
Octal 210 222 205 7 0 11 53 152 6 67
Binary 10001000 10010010 10000101 111 0 1001 101011 1101010 110 110111

Color Harmonies of #889285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889285

Black with #889285

Text Example


Text Example

White with #889285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889285; }

 p { color: rgb(136,146,133); }

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

background-color css

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

 a { background-color: rgb(136,146,133); }

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

border-color css

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

 span { border-color: rgb(136,146,133); }

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