Html Css Color HEX #8A9284 Spanish Green

📋 copy color: '#8A9284'

red 138 ◦ green 146 ◦ blue 132

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

Shades of Spanish Green #8A9284

Tints of Spanish Green #8A9284

RGB

 RED value IS 138 (54.3% from 255) = 33.17%

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

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

R = 33.17%
G = 35.1%
B = 31.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#8A9284 (or 0x8A9284) is known color: Spanish Green. HEX triplet: 8A, 92 and 84. RGB value is (138,146,132). Sum of RGB (Red+Green+Blue) = 138+146+132=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 146 - color contains mainly: green. Hex color #8A9284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9284 is #756D7B. Grayscale: #8E8E8E. Windows color (decimal): -7695740 or 8688266. OLE color: 8688266.

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

Color convert

RGB 138 146 132 -
CMYK 0.05 0 0.10 0.43
HSL 94.29º 0.06% 0.55% -
HSV(B) 94.29º 0.1% 0.57% -
XYZ 24.92 27.63 25.85 -
YUV 142.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 138 146 132 0.05 0 0.10 0.43 94.29 0.06 0.55
Hex 8A 92 84 5 0 A 2B 5E 6 37
Octal 212 222 204 5 0 12 53 136 6 67
Binary 10001010 10010010 10000100 101 0 1010 101011 1011110 110 110111

Color Harmonies of #8A9284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9284

Black with #8A9284

Text Example


Text Example

White with #8A9284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A9284; }

 p { color: rgb(138,146,132); }

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

background-color css

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

 a { background-color: rgb(138,146,132); }

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

border-color css

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

 span { border-color: rgb(138,146,132); }

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