#8BBC6F

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

Shades of Olivine #8BBC6F

Tints of Olivine #8BBC6F

Color information

#8BBC6F (or 0x8BBC6F) is unknown color: approx Olivine. HEX triplet: 8B, BC and 6F. RGB value is (139,188,111). Sum of RGB (Red+Green+Blue) = 139+188+111=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBC6F is #744390. Grayscale: #A4A4A4. Windows color (decimal): -7619473 or 7322763. OLE color: 7322763.

HSL color Cylindrical-coordinate representation of color #8BBC6F: hue angle of 98.18º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BBC6F is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB139188111-
CMYK0.2600.410.26
HSL98.18º36.49%58.63%-
HSV(B)98.18º40.96%73.73%-
XYZ31.542.621.6-
YUV164.5797.77109.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.74%
GREEN value IS 188 (73.83% from 255) = 42.92%
BLUE value IS 111 (43.75% from 255) = 25.34%
R=31.74%
G=42.92%
B=25.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391881110.2600.410.2698.1836.4958.63
Hex8BBC6F1A0291A62243b
Octal21327415732051321424473
Binary10001011101111001101111110100101001110101100010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,188,111); }

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

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

 a { background-color: rgb(139,188,111); }

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

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

 span { border-color: rgb(139,188,111); }

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