#8BB46C

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

Shades of Olivine #8BB46C

Tints of Olivine #8BB46C

Color information

#8BB46C (or 0x8BB46C) is unknown color: approx Olivine. HEX triplet: 8B, B4 and 6C. RGB value is (139,180,108). Sum of RGB (Red+Green+Blue) = 139+180+108=427 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.55% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB46C is #744B93. Grayscale: #9F9F9F. Windows color (decimal): -7621524 or 7124107. OLE color: 7124107.

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

Color convert

RGB139180108-
CMYK0.2300.400.29
HSL94.17º32.43%56.47%-
HSV(B)94.17º40%70.59%-
XYZ29.6839.2120.19-
YUV159.5398.92113.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.55%
GREEN value IS 180 (70.70% from 255) = 42.15%
BLUE value IS 108 (42.58% from 255) = 25.29%
R=32.55%
G=42.15%
B=25.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391801080.2300.400.2994.1732.4356.47
Hex8BB46C170281D5e2038
Octal21326415427050351364070
Binary10001011101101001101100101110101000111011011110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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