Html Css Color HEX #8B9287 Spanish Green

📋 copy color: '#8B9287'

red 139 ◦ green 146 ◦ blue 135

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

Shades of Spanish Green #8B9287

Tints of Spanish Green #8B9287

RGB

 RED value IS 139 (54.69% from 255) = 33.1%

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

 BLUE value IS 135 (53.13% from 255) = 32.14%

R = 33.1%
G = 34.76%
B = 32.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#8B9287 (or 0x8B9287) is known color: Spanish Green. HEX triplet: 8B, 92 and 87. RGB value is (139,146,135). Sum of RGB (Red+Green+Blue) = 139+146+135=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 146 - color contains mainly: green. Hex color #8B9287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9287 is #746D78. Grayscale: #8E8E8E. Windows color (decimal): -7630201 or 8884875. OLE color: 8884875.

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

Color convert

RGB 139 146 135 -
CMYK 0.05 0 0.08 0.43
HSL 98.18º 0.05% 0.55% -
HSV(B) 98.18º 0.08% 0.57% -
XYZ 25.3 27.8 26.95 -
YUV 142.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 139 146 135 0.05 0 0.08 0.43 98.18 0.05 0.55
Hex 8B 92 87 5 0 8 2B 62 5 37
Octal 213 222 207 5 0 10 53 142 5 67
Binary 10001011 10010010 10000111 101 0 1000 101011 1100010 101 110111

Color Harmonies of #8B9287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9287

Black with #8B9287

Text Example


Text Example

White with #8B9287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,146,135); }

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

background-color css

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

 a { background-color: rgb(139,146,135); }

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

border-color css

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

 span { border-color: rgb(139,146,135); }

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