#8B8A28

Color #8B8A28 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #8B8A28

Tints of Trendy Green #8B8A28

Color information

#8B8A28 (or 0x8B8A28) is unknown color: approx Trendy Green. HEX triplet: 8B, 8A and 28. RGB value is (139,138,40). Sum of RGB (Red+Green+Blue) = 139+138+40=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8A28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8A28 is #7475D7. Grayscale: #7F7F7F. Windows color (decimal): -7632344 or 2656907. OLE color: 2656907.

HSL color Cylindrical-coordinate representation of color #8B8A28: hue angle of 59.39º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B8A28 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB13913840-
CMYK00.010.710.45
HSL59.39º55.31%35.1%-
HSV(B)59.39º71.22%54.51%-
XYZ20.1223.825.54-
YUV127.1378.83136.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.85%
GREEN value IS 138 (54.30% from 255) = 43.53%
BLUE value IS 40 (16.02% from 255) = 12.62%
R=43.85%
G=43.53%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391384000.010.710.4559.3955.3135.1
Hex8B8A2801472D3b3723
Octal213212500110755736743
Binary1000101110001010101000011000111101101111011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,138,40); }

 H1.HeaderClassName
 {
   color: #8B8A28;
 }
 .AnyTagClassName
 {
   color: #8B8A28;
 }
</style>
background-color css

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

 a { background-color: rgb(139,138,40); }

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

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

 span { border-color: rgb(139,138,40); }

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