#9BC47D

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

Shades of Olivine #9BC47D

Tints of Olivine #9BC47D

Color information

#9BC47D (or 0x9BC47D) is unknown color: approx Olivine. HEX triplet: 9B, C4 and 7D. RGB value is (155,196,125). Sum of RGB (Red+Green+Blue) = 155+196+125=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC47D is #643B82. Grayscale: #AFAFAF. Windows color (decimal): -6568835 or 8242331. OLE color: 8242331.

HSL color Cylindrical-coordinate representation of color #9BC47D: hue angle of 94.65º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BC47D is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB155196125-
CMYK0.2100.360.23
HSL94.65º37.57%62.94%-
HSV(B)94.65º36.22%76.86%-
XYZ36.9647.9326.71-
YUV175.6599.42113.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.56%
GREEN value IS 196 (76.95% from 255) = 41.18%
BLUE value IS 125 (49.22% from 255) = 26.26%
R=32.56%
G=41.18%
B=26.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1551961250.2100.360.2394.6537.5762.94
Hex9BC47D15024175f263f
Octal23330417525044271374677
Binary10011011110001001111101101010100100101111011111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BC47D; }

 p { color: rgb(155,196,125); }

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

<style>
 a { background-color: #9BC47D; }

 a { background-color: rgb(155,196,125); }

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

<style>
 span { border-color: #9BC47D; }

 span { border-color: rgb(155,196,125); }

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