#8BB46D

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

Shades of Olivine #8BB46D

Tints of Olivine #8BB46D

Color information

#8BB46D (or 0x8BB46D) is unknown color: approx Olivine. HEX triplet: 8B, B4 and 6D. RGB value is (139,180,109). Sum of RGB (Red+Green+Blue) = 139+180+109=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB46D is #744B92. Grayscale: #9F9F9F. Windows color (decimal): -7621523 or 7189643. OLE color: 7189643.

HSL color Cylindrical-coordinate representation of color #8BB46D: hue angle of 94.65º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BB46D is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB139180109-
CMYK0.2300.390.29
HSL94.65º32.13%56.67%-
HSV(B)94.65º39.44%70.59%-
XYZ29.7339.2420.47-
YUV159.6599.42113.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.48%
GREEN value IS 180 (70.70% from 255) = 42.06%
BLUE value IS 109 (42.97% from 255) = 25.47%
R=32.48%
G=42.06%
B=25.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391801090.2300.390.2994.6532.1356.67
Hex8BB46D170271D5f2039
Octal21326415527047351374071
Binary10001011101101001101101101110100111111011011111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,180,109); }

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

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

 a { background-color: rgb(139,180,109); }

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

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

 span { border-color: rgb(139,180,109); }

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