#8BB26C

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

Shades of Olivine #8BB26C

Tints of Olivine #8BB26C

Color information

#8BB26C (or 0x8BB26C) is unknown color: approx Olivine. HEX triplet: 8B, B2 and 6C. RGB value is (139,178,108). Sum of RGB (Red+Green+Blue) = 139+178+108=425 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.71% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BB26C is #744D93. Grayscale: #9E9E9E. Windows color (decimal): -7622036 or 7123595. OLE color: 7123595.

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

Color convert

RGB139178108-
CMYK0.2200.390.30
HSL93.43º31.25%56.08%-
HSV(B)93.43º39.33%69.8%-
XYZ29.2738.4120.06-
YUV158.3699.58114.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.71%
GREEN value IS 178 (69.92% from 255) = 41.88%
BLUE value IS 108 (42.58% from 255) = 25.41%
R=32.71%
G=41.88%
B=25.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1391781080.2200.390.3093.4331.2556.08
Hex8BB26C160271E5d1f38
Octal21326215426047361353770
Binary1000101110110010110110010110010011111110101110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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