#9BC45C

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

Shades of Olivine #9BC45C

Tints of Olivine #9BC45C

Color information

#9BC45C (or 0x9BC45C) is unknown color: approx Olivine. HEX triplet: 9B, C4 and 5C. RGB value is (155,196,92). Sum of RGB (Red+Green+Blue) = 155+196+92=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 196 (76.95% from 255 or 44.24% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC45C is #643BA3. Grayscale: #ACACAC. Windows color (decimal): -6568868 or 6079643. OLE color: 6079643.

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

Color convert

RGB15519692-
CMYK0.2100.530.23
HSL83.65º46.85%56.47%-
HSV(B)83.65º53.06%76.86%-
XYZ35.1947.2217.39-
YUV171.8882.92115.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.99%
GREEN value IS 196 (76.95% from 255) = 44.24%
BLUE value IS 92 (36.33% from 255) = 20.77%
R=34.99%
G=44.24%
B=20.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal155196920.2100.530.2383.6546.8556.47
Hex9BC45C1503517542f38
Octal23330413425065271245770
Binary10011011110001001011100101010110101101111010100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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