#8CBD73

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

Shades of Olivine #8CBD73

Tints of Olivine #8CBD73

Color information

#8CBD73 (or 0x8CBD73) is unknown color: approx Olivine. HEX triplet: 8C, BD and 73. RGB value is (140,189,115). Sum of RGB (Red+Green+Blue) = 140+189+115=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBD73 is #73428C. Grayscale: #A6A6A6. Windows color (decimal): -7553677 or 7585164. OLE color: 7585164.

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

Color convert

RGB140189115-
CMYK0.2600.390.26
HSL99.73º35.92%59.61%-
HSV(B)99.73º39.15%74.12%-
XYZ32.1143.2122.87-
YUV165.9199.27109.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.53%
GREEN value IS 189 (74.22% from 255) = 42.57%
BLUE value IS 115 (45.31% from 255) = 25.90%
R=31.53%
G=42.57%
B=25.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401891150.2600.390.2699.7335.9259.61
Hex8CBD731A0271A64243c
Octal21427516332047321444474
Binary10001100101111011110011110100100111110101100100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,189,115); }

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

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

 a { background-color: rgb(140,189,115); }

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

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

 span { border-color: rgb(140,189,115); }

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