#8BB36C

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

Shades of Olivine #8BB36C

Tints of Olivine #8BB36C

Color information

#8BB36C (or 0x8BB36C) is unknown color: approx Olivine. HEX triplet: 8B, B3 and 6C. RGB value is (139,179,108). Sum of RGB (Red+Green+Blue) = 139+179+108=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #8BB36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB36C is #744C93. Grayscale: #9F9F9F. Windows color (decimal): -7621780 or 7123851. OLE color: 7123851.

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

Color convert

RGB139179108-
CMYK0.2200.400.30
HSL93.8º31.84%56.27%-
HSV(B)93.8º39.66%70.2%-
XYZ29.4738.8120.13-
YUV158.9599.25113.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.63%
GREEN value IS 179 (70.31% from 255) = 42.02%
BLUE value IS 108 (42.58% from 255) = 25.35%
R=32.63%
G=42.02%
B=25.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1391791080.2200.400.3093.831.8456.27
Hex8BB36C160281E5e2038
Octal21326315426050361364070
Binary10001011101100111101100101100101000111101011110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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